First of all, in Access knowledge I know enough to know that on a scale of 1-10 in Access knowledge, I'm probably about a 3, so please keep that in mind for any explanation. When I search for this, I find what seems to think I want to pull information from multiple queries simultaneously to show up on one form.
How can I get several queries to use a single form? For example, I want to be able to look up an item in my computer inventory that shows several pieces of information such as the user, the serial number, the purchase date, the user's location, the Mac Address, and several other pieces of information. I may want to find it by the serial number, by the user, by the PO number it was purchased under, by the tag number we put on it or by a partial serial number. I have a menu with macro buttons for each scenario. I created a query for each one with a fill in value so I can enter the serial number or whatever and then created a form to go with each query. This means if I want to change the form in any way, I have to change all five forms, or copy the updated form four times, rename each one and connect them to the correct query. Can I just create one form, and then somehow direct each query to use that one form to display the data? There's probably a better way to do my queries as well, but I'll save that for another day. Baby steps.