databasesrus
Technical User
Hi i am used to 2000 but am using '97. I have a form which uses a combo box from a table that lists all possible classes/days/times for students to enroll.
When the user selects the class, i would like to store the information in a different table for that student id.
I am trying:
If Not IsNull(combo1) Then Table![Registration]![Class].Value = Me.Combo1.Column(1).Value
but this is slightly off
Can anyone tell me what is wrong in this statement?
Thank you.
When the user selects the class, i would like to store the information in a different table for that student id.
I am trying:
If Not IsNull(combo1) Then Table![Registration]![Class].Value = Me.Combo1.Column(1).Value
but this is slightly off
Can anyone tell me what is wrong in this statement?
Thank you.