zepphead80
Programmer
Hi:
I know there's a real basic answer to this. I'm fairly new at designing Access forms...
I have a form whose primary responsibility is to display information from two different tables, tblEmployees and tblWC. These tables are joined in a one-to-many relationship (one employee can have many Workers Compensation claims). In addition, the form's Recordsource contains the two tables via a SELECT statement.
The problem is, I have several smaller tables that contain information to display on the form as well. For example, tblWC contains fldInjuryCode, while tblInjuryType has fldInjuryCode and fldInjuryDescription. The injury code will display on the form because it's already in tblWC, which is part of the form Recordsource, but how can I get the form to display the injury description from tblInjuryType, which is NOT in the Recordsource?
Thanks in advance for any help...
Pat
I know there's a real basic answer to this. I'm fairly new at designing Access forms...
I have a form whose primary responsibility is to display information from two different tables, tblEmployees and tblWC. These tables are joined in a one-to-many relationship (one employee can have many Workers Compensation claims). In addition, the form's Recordsource contains the two tables via a SELECT statement.
The problem is, I have several smaller tables that contain information to display on the form as well. For example, tblWC contains fldInjuryCode, while tblInjuryType has fldInjuryCode and fldInjuryDescription. The injury code will display on the form because it's already in tblWC, which is part of the form Recordsource, but how can I get the form to display the injury description from tblInjuryType, which is NOT in the Recordsource?
Thanks in advance for any help...
Pat