G
Guest
I have made sort of a timeregistry with basic and simple tables.
Tabel Job contains (JobID, JobName, Startdate)
Tabel Assignment contains (AssignmentID, AsssignmentName)
Tabel Timeregister contains (key, JobName, AssignmentName, Enddate, Time
used etc...)
And a few other tables.
My question is this in my Form Timeregister, how do I make sure that once
JobName is selected in a dropdownlist, then the dropdownlist for
AssignmentName is automatically reduced to only contain data which is based
on my previous selection?
Tabel Job contains (JobID, JobName, Startdate)
Tabel Assignment contains (AssignmentID, AsssignmentName)
Tabel Timeregister contains (key, JobName, AssignmentName, Enddate, Time
used etc...)
And a few other tables.
My question is this in my Form Timeregister, how do I make sure that once
JobName is selected in a dropdownlist, then the dropdownlist for
AssignmentName is automatically reduced to only contain data which is based
on my previous selection?