How to set a value to a table field from a form.

B

Brian

Hello

How do I place a value in to a field in my table when a checkbox is set to true (-1)

For example,

If checkboxA on FormB is checked (set to -1) then set the value in columnC of this record on MyTable to "N/A

I'm reading a tutorial based book on VBA for Access and I thought this would be discussed early on, but it wasn't so I am getting impatient. I understand "If" Statements but I guess I don't know enough about the DOM for VBA yet

Thank yo
Bria
 
Top