I am having a problem and would love to have your help.
I have a MainDatafrm that is built from the MainDatatbl. The MainDatatbl has a field for LeadTeacher and also ClassName. I also have a Classtbl that serves as the list table that enables a data entry person to select only the classes included in the table. The Classtbl has a field for LeadTeacher and ClassName - populated by the db manager.
The problem is this:
I would like to have two fields on the MainDatafrm: one of them a combo box that allows the user to select a className from the Classtbl and a field that automatically fills with the name of the LeadTeacher (from the Classtbl). Making the selection with the combo box also needs to enter the selected information into the MainDatatbl.
I have used several suggestion from this forum's threads. Either I have not rightly understood the programming directions (quite likely) or my problem is unique to the ones that appeared similar... I am at my wit's end - I am pretty sure it can be done...
Thanks for any advice/help you can send my way.
MissTinSC
I have a MainDatafrm that is built from the MainDatatbl. The MainDatatbl has a field for LeadTeacher and also ClassName. I also have a Classtbl that serves as the list table that enables a data entry person to select only the classes included in the table. The Classtbl has a field for LeadTeacher and ClassName - populated by the db manager.
The problem is this:
I would like to have two fields on the MainDatafrm: one of them a combo box that allows the user to select a className from the Classtbl and a field that automatically fills with the name of the LeadTeacher (from the Classtbl). Making the selection with the combo box also needs to enter the selected information into the MainDatatbl.
I have used several suggestion from this forum's threads. Either I have not rightly understood the programming directions (quite likely) or my problem is unique to the ones that appeared similar... I am at my wit's end - I am pretty sure it can be done...
Thanks for any advice/help you can send my way.
MissTinSC