I've searched all over for this, and I know as soon as I post it, I'll find the answer somewhere, but I need your help!
I've got a database that's a monster. It has at least 15 different queries, and I want to simplify it by doing away with these queries and using code to generate the queries.
VBA continues to be a mystery to me, but I want to learn it.
What I've got it is tblInventory or qryInventory (if I can generate a query from a previously established query). What I want to do is build a query based on who owns what using the Owner field.
I know this is easy (it has to be), but I just can't seem to wrap my head around it.
I've got a database that's a monster. It has at least 15 different queries, and I want to simplify it by doing away with these queries and using code to generate the queries.
VBA continues to be a mystery to me, but I want to learn it.
What I've got it is tblInventory or qryInventory (if I can generate a query from a previously established query). What I want to do is build a query based on who owns what using the Owner field.
I know this is easy (it has to be), but I just can't seem to wrap my head around it.