command buttons to change values in different tables

jlabre01

Registered User.
Local time
Today, 04:52
Joined
May 26, 2008
Messages
62
Hi,

I wanted to know, if I can create a command button to change the value of a yes/no field value, this field will be in a table that isn't present on the form. can i do that?

jlabre01
 
Yes, create an update query and in the code for the command button call it:

CurrentDb.Execute "yourQueryNameHere"
 

Users who are viewing this thread

Back
Top Bottom