J jlabre01 Registered User. Local time Today, 04:52 Joined May 26, 2008 Messages 62 Jun 20, 2008 #1 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
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
boblarson Smeghead Local time Today, 01:52 Joined Jan 12, 2001 Messages 32,059 Jun 20, 2008 #2 Yes, create an update query and in the code for the command button call it: CurrentDb.Execute "yourQueryNameHere"
Yes, create an update query and in the code for the command button call it: CurrentDb.Execute "yourQueryNameHere"