Is there anyway for me to (In VBA) select a specific record from a specific table?
I need to be able to pick out the Employee Grade record from a predefined Employee Name. Basically, I have a drop down list on the form from which you select the employee that you want to view the details of then clicking a "load data" button it puts their name into a text box, I need to somehow use this information in the text box as criteria for a record search. So it looks for that Employee and then takes their GradeID and lets me use it in my code (will be writing it to a variable straight away)
Is there a way to do this? If so, How?
Dave
I need to be able to pick out the Employee Grade record from a predefined Employee Name. Basically, I have a drop down list on the form from which you select the employee that you want to view the details of then clicking a "load data" button it puts their name into a text box, I need to somehow use this information in the text box as criteria for a record search. So it looks for that Employee and then takes their GradeID and lets me use it in my code (will be writing it to a variable straight away)
Is there a way to do this? If so, How?
Dave