T
TishyMouse
I have a form that uses cascading combo boxes to show data from three
different tables - Areas, Skills and Targets. Each skill is associated with a
single Area and each Target is associated with a single Skill. Hence when I
am entering data in the form I want to be able to first select an Area, to
bring up the subset of associated Skills and then enter the Target data.
I have used the Microsoft recommended method
http://support.microsoft.com/default.aspx/kb/209576/en-us to create the combo
boxes. This works OK (with a bit of tweaking) to enter my data but when
viewing existing data I want to be able to disable the combo boxes as it
doesn't make sense to change these values in current records. I'm sure there
should be an event that I can trap when a user creates a new record but I
can't find it. Do I need to do a test on the current record when the
Form_Current event is fired? If so what is the test?
different tables - Areas, Skills and Targets. Each skill is associated with a
single Area and each Target is associated with a single Skill. Hence when I
am entering data in the form I want to be able to first select an Area, to
bring up the subset of associated Skills and then enter the Target data.
I have used the Microsoft recommended method
http://support.microsoft.com/default.aspx/kb/209576/en-us to create the combo
boxes. This works OK (with a bit of tweaking) to enter my data but when
viewing existing data I want to be able to disable the combo boxes as it
doesn't make sense to change these values in current records. I'm sure there
should be an event that I can trap when a user creates a new record but I
can't find it. Do I need to do a test on the current record when the
Form_Current event is fired? If so what is the test?