I have a form that tracks employee training. I have one form that is used to add training records (which works fine) and another for updating/deleting records (which is causing me problems). In the form, I have the attribute "empName" located in the form header. In the detail section, I have the attributes "courseName", "compDate", and an attachement box for uploading a certificate if applicable. The "empName" attribute is a drop-down box that references the employee roster table.
What I want is for the user to be able to select a name from the "empName" drop-down box, and then have all the (training) records for that employee be displayed in the detail section. I have fooled around unsuccessfully with the Me.Filter code in the After Update property of empName but I do not even know if this is the right approach to take.
Any help would be greatly appreciated.
What I want is for the user to be able to select a name from the "empName" drop-down box, and then have all the (training) records for that employee be displayed in the detail section. I have fooled around unsuccessfully with the Me.Filter code in the After Update property of empName but I do not even know if this is the right approach to take.
Any help would be greatly appreciated.