I have two tables - tblCourses & tblUsers:
tblCourses is only for reference purposes – to help the user to select a course.
All records are stored in tblUsers.
The fields in tblCourses are CourseTitle, CPEs, startdate, enddate, cost
The fields in tblUsers include all the fields in the tblcourses besides the employee’s name, address, city, state, title etc
The user currently has an input form frmERFTEdit that has all the fields of the tblCourses.
I want the user to have an option to pick a course in CourseTitle field, by using a drop down arrow and the corresponding fields (CPEs, startdate, enddate, cost) are automatically filled in.
What I did so far:
I ran a query “qryCourses” of tblCourses with all the required fields. It provides a drop down selection of the courses but Dlookup function for the rest of the fields is not working
I hope I made it clear enough.
Thanks, in advance for any help and/or suggestions.
Paul
tblCourses is only for reference purposes – to help the user to select a course.
All records are stored in tblUsers.
The fields in tblCourses are CourseTitle, CPEs, startdate, enddate, cost
The fields in tblUsers include all the fields in the tblcourses besides the employee’s name, address, city, state, title etc
The user currently has an input form frmERFTEdit that has all the fields of the tblCourses.
I want the user to have an option to pick a course in CourseTitle field, by using a drop down arrow and the corresponding fields (CPEs, startdate, enddate, cost) are automatically filled in.
What I did so far:
I ran a query “qryCourses” of tblCourses with all the required fields. It provides a drop down selection of the courses but Dlookup function for the rest of the fields is not working
I hope I made it clear enough.
Thanks, in advance for any help and/or suggestions.
Paul