I have a main form where a user clicks on their name to access their files, it then goes to their main page.
I am trying to run a query which I have saved and update a label with the results. (Kind of like a reminder.)
The problem is, I'm not 100% sure how to go about that.
I need to call the query, pass the value of the user who clicked, and then loop through the query results and have them post to a lblUpdate.
Any pointers on how to get started?
Thanks!!!
I am trying to run a query which I have saved and update a label with the results. (Kind of like a reminder.)
The problem is, I'm not 100% sure how to go about that.
I need to call the query, pass the value of the user who clicked, and then loop through the query results and have them post to a lblUpdate.
Any pointers on how to get started?
Thanks!!!