In the attachements I have my relationship diagram including all pertainate tables/fields. In addition I have a screen shot of the form in question.
The problem I am having is performing a lookup for a wage rate. The look up must use the employeeID field to match the employeeID field in the tbleWageRate. Each employee can have a different pay rate. There are only so many type of pay rates. I have a tblWageType table. This defines these wage types and includes a type name and type description.
I want to store the WageRateId. I want to show a list of all of the rates available to the employeeID that is listed in the main form and show the type name and description. I also want it to populate the WageRateAmount field on the form as an audit check.
I hope that I am clear about this I have not developed in access in a long time.
Thanks
Bill