Aerowolf
Programmer
- Nov 6, 2002
- 64
I've got 2 tables; Employees and Timesheets
On a form I want to display a list of the employees on the left of the screen and the timesheet entries on the right. When the user selects the employee, the correct entries show on the right. I want to be able to add to the timesheet entries.
I can make it work if I use a normal text box for the employee and page up and down through it, but when I try to change the text box to a List box and specify the source as the Employees table, I get an error (duplicate error) after I select the employee and tab out of that field to go into the timesheets side.
Help!
On a form I want to display a list of the employees on the left of the screen and the timesheet entries on the right. When the user selects the employee, the correct entries show on the right. I want to be able to add to the timesheet entries.
I can make it work if I use a normal text box for the employee and page up and down through it, but when I try to change the text box to a List box and specify the source as the Employees table, I get an error (duplicate error) after I select the employee and tab out of that field to go into the timesheets side.
Help!