I need some assistance in creating a form that will allow a user to enter a staff id and the form should return the forename and surname of the staff member...
I have created a textbox that would allow the user to enter the staff id.
I have also created a query that will search the dataset and return the appropriate columns based on the criteria in the query.
But how do I link this all together. So i'm guessing I need a command button that will execute the query based on the entry in the text box? How do I do this?
thanks.
If you require any further information or clarification on anything, please shout.
Thanks in advance
I have created a textbox that would allow the user to enter the staff id.
I have also created a query that will search the dataset and return the appropriate columns based on the criteria in the query.
But how do I link this all together. So i'm guessing I need a command button that will execute the query based on the entry in the text box? How do I do this?
thanks.
If you require any further information or clarification on anything, please shout.
Thanks in advance