using code to change data in another table (1 Viewer)

Jon123

Registered User.
Local time
Today, 13:41
Joined
Aug 29, 2003
Messages
668
I'm working off a form that had a combo box that lets me select a selection from data entered in another table. In the main table I have a Yes/No field. When I select from that combo box how can I change the Yes/no field for that selection? In the after update of the combo but don't know how to change the record in that table.

thanks

jon
 

pbaldy

Wino Moderator
Staff member
Local time
Today, 10:41
Joined
Aug 30, 2003
Messages
36,134
Either an update query or the edit method of a recordset, either using the combo as the criteria.
 

Jon123

Registered User.
Local time
Today, 13:41
Joined
Aug 29, 2003
Messages
668
thank you that worked
 

pbaldy

Wino Moderator
Staff member
Local time
Today, 10:41
Joined
Aug 30, 2003
Messages
36,134
Happy to help!
 

Users who are viewing this thread

Top Bottom