databasesrus
Technical User
I am using access 97. I have a combo box from a classschedule table from which the user can select a certain class/date/time. After the class is selected I would like the info stored in the classregistration table under the studentID.
I am trying to use the following but it isn't quite right for access 97. Can anyone see where I am off?
If Not IsNull(me.Combo1) Then Table![registration]![class}.value = me.Combo1.Columns(2)
etc.
Is this close? Thank you in advance for any help.
I am trying to use the following but it isn't quite right for access 97. Can anyone see where I am off?
If Not IsNull(me.Combo1) Then Table![registration]![class}.value = me.Combo1.Columns(2)
etc.
Is this close? Thank you in advance for any help.