Populate a lookup table on the fly
Hello All,
I have a database where I'm tracking the continuing education classes that employees have taken. In the database I have the course name as a lookup field that refers to tblCourseLookup. In this table all I have are the course names Some names are rather lenghty so I'm trying to make it so the class name can be entered from my main form it is automatically added to the tblCourseLookup table and be available to pick from a drop down next time I need it.
So right now my tblCourseLookup.coursename is completely empty. I want to go to my frmcontEd and enter 1st Aid in the course name field. Then go to the next employee record and choose the drop down and have 1st Aid listed....
Any Suggestions?
Thanks,
Rick
Hello All,
I have a database where I'm tracking the continuing education classes that employees have taken. In the database I have the course name as a lookup field that refers to tblCourseLookup. In this table all I have are the course names Some names are rather lenghty so I'm trying to make it so the class name can be entered from my main form it is automatically added to the tblCourseLookup table and be available to pick from a drop down next time I need it.
So right now my tblCourseLookup.coursename is completely empty. I want to go to my frmcontEd and enter 1st Aid in the course name field. Then go to the next employee record and choose the drop down and have 1st Aid listed....
Any Suggestions?
Thanks,
Rick