PDA

View Full Version : Changing Field Values



fif_rumac
05-17-2006, 03:51 AM
Hello All,

Hope you can help...

Is it possible to change field values of a yes/no box for a specific record using vba code... i.e.

the code calls the required record
finds the required field
and changes it from false to true

Thanks,

fif_rumac

OBP
05-17-2006, 08:26 AM
Yes of course, but it is not actually true and false but -1 and 0.
We would need to see your database or have form and filed names to help any further with the code though.

geekgirlau
05-18-2006, 01:19 AM
Or alternatively you could build an update query to do the same thing, and your code executes the query.