Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Combo populate different table access97

Status
Not open for further replies.

databasesrus

Technical User
May 29, 2003
35
US
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 could have sworn I answered this one earlier.

rollie@bwsys.net
 
ok i see your response now but it doesnt need a query and such i just need the correct syntax to call the table and field in access 97
 
the data source for the "Table/ Query" is a query.

Rollie E
 
i am obviously not describing my question correctly i will repost
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top