Hello,
I have a simple query that pulls from two tables- Personal Details and Salary.
I also have a Personal Details form which I have placed a command button to run the query.
In the query I have set the criteria so that is shows the salary info based on the record that I am currently viewing in the Personal details form> [Forms]![PersonalDetails]![ID]
I have got this to work but only somes as when I click the command button to run the query it sometimes pops up with the criteria and I have to manually input the ID number, any ideas why this keeps happening?
Ross