I have a query set to show only those files created by CurrentUser(). I want to also set it to show all files for the Administrator, Bruce. How do I code that?
It seems like I need to tell the query that if CurrentUser = Bruce, then there is no criteria. Is this something I can't put into the query, but need a module for? Where would that be called from?
I hope I can just use the query form, since I don't know VBA yet.
It seems like I need to tell the query that if CurrentUser = Bruce, then there is no criteria. Is this something I can't put into the query, but need a module for? Where would that be called from?
I hope I can just use the query form, since I don't know VBA yet.