G
Guest
Hello,
I have a form that consists of two combo boxes that are bound to tables,
tbldept and tbljobtitle. each table had two columns DeptID & Dept, JobTitleID
& JobTitle. Both ID's are autonumber and the other fields are text. In the
main table "Training", both these fields are text. What I am trying to
accomplish is this:
1. When data is choosing from cbo on form, I want the number to fill on the
main table but the text to show in the query for reports.
2. If a Job Title and or Department name should change, by changing it in
the respective table, I want each record that had the old name to update with
the new name instead of going back to each record to update manually.
I know this is possible and I think I have the start of the set up correct
but need some help. I would appreciate as much help as possible and please
spell it out with a visual as I have never tried this before.
Thanks Much!!
I have a form that consists of two combo boxes that are bound to tables,
tbldept and tbljobtitle. each table had two columns DeptID & Dept, JobTitleID
& JobTitle. Both ID's are autonumber and the other fields are text. In the
main table "Training", both these fields are text. What I am trying to
accomplish is this:
1. When data is choosing from cbo on form, I want the number to fill on the
main table but the text to show in the query for reports.
2. If a Job Title and or Department name should change, by changing it in
the respective table, I want each record that had the old name to update with
the new name instead of going back to each record to update manually.
I know this is possible and I think I have the start of the set up correct
but need some help. I would appreciate as much help as possible and please
spell it out with a visual as I have never tried this before.
Thanks Much!!