I have a form that I want to set the recordsource to a query with a parameter passed into it. The parameter is derived on the onload of the form but i'm not sure how to set the forms recordsource to the query and the parameter?
What i'm doing is taking the users windows login username and running it against my user table. From there I pull the id for that user. I need to use the id as my parameter for the form that shows up when the user opens up the access front end.
Thank You
What i'm doing is taking the users windows login username and running it against my user table. From there I pull the id for that user. I need to use the id as my parameter for the form that shows up when the user opens up the access front end.
Thank You