My problem is fairly straight forward (at least it should be!)
I have an unbound form used for entering employee's personal details. (Into a table called "tblPersonalDetails"
On this form there are unbound fields "Job Title, Division, Department etc" giving a summary of the job the employee is starting.
The first field entered on the form is "Position ID" which refers to the Job the employee is starting in. What I need is this....
When someone enters the "Position ID" I need the "Job Title", "Division" & "Department" to auto populate. These fields are in a table called "tblOrganisation" which holds "Position ID" field as well.
I have tried to do this using a select query but when I enter the "Position ID" the "Job Title" field populates with the actual SELECT query, not its value.
Any help greatly appreciated.
I have an unbound form used for entering employee's personal details. (Into a table called "tblPersonalDetails"
On this form there are unbound fields "Job Title, Division, Department etc" giving a summary of the job the employee is starting.
The first field entered on the form is "Position ID" which refers to the Job the employee is starting in. What I need is this....
When someone enters the "Position ID" I need the "Job Title", "Division" & "Department" to auto populate. These fields are in a table called "tblOrganisation" which holds "Position ID" field as well.
I have tried to do this using a select query but when I enter the "Position ID" the "Job Title" field populates with the actual SELECT query, not its value.
Any help greatly appreciated.