![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am fairly new to database design and am having some difficulty getting my combo boxes to work as I'd like them to. I would like to create a form with two combo boxes; the first one would select ?JobNum' from my master job table and the second would select a ?Supt' associated with the selected JobNum. My tables are setup like this: -tblEmp: Emp# (PRIMARY KEY), EmpName, etc. -tblSupt: SuptEmp#, Job# -tblInjury: InjuredEmp#, Job#, Supt#, etc. -tblJob: Job# (PRIMARY KEY), JobName, etc. How can I setup my two combo boxes so that: Combo Box 1 selects Job# from the list of Job#'s? I can get this far, but a can't seem to tackle the AfterUpdate event in order to successfully populate the 2nd combo box. And Combo Box 2 selects an associated Supt#, a list populated from the selection in Combo Box 1? Thanks in advance for any assistance. Nick |
![]() |
| Thread Tools | |
| Display Modes | |
| |