anto.danny
Registered User.
- Local time
- Today, 04:44
- Joined
- Nov 8, 2015
- Messages
- 35
hello
I have two tables "Employee" & "Jobsheet" which has a common column called "EmployeeID" which is unique in table Employee and has duplicates in table Jobsheet.
I've also made two forms Employee and Jobsheet based on the two tables. When I click on the "EmployeeID" textbox in Jobsheet form I want the employee form to open filtered to the record of the same "EmployeeID".
I have done this on a form and report of the same table. applying the same to two forms doesn't work.
I have two tables "Employee" & "Jobsheet" which has a common column called "EmployeeID" which is unique in table Employee and has duplicates in table Jobsheet.
I've also made two forms Employee and Jobsheet based on the two tables. When I click on the "EmployeeID" textbox in Jobsheet form I want the employee form to open filtered to the record of the same "EmployeeID".
I have done this on a form and report of the same table. applying the same to two forms doesn't work.