Modifying a table value from a command button (vb code)

S

Sesbiosfv

Hello,

I have a project with 2 DB and 2 forms. The first form (#1), with a
checkbox named "Statut" (default on) has a button that open's the 2nt
form (#2). In #2, there is a field that shows the #1 forms that have
the "Statut" checkbox active. The user selects one of them and fills in
the rest of #2. When finished, there is a button to close the form. I
want to add commands to that button so that it also unchecks the
"Statut" checkbox of the one that was selected at the start.

I don't necessarily need a vb answer, al long as I can do what I need
in the end using the button.

Thanks in advance,
Sebastien
 
Top