Check box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a check box on a form. When I click on it I want it to document it in
another form. Can someone tell me how to do that.
Chey
 
If the other form is open, then on the After Update event of the check box
you can write the code

Forms![other form name]![check box] = Me.[check box]

I hope that what you are looking for
 
okay so what I did is created a macro to open the comments form. Then I did
go to control. How do I get it to say Vendor number wrong? THen I know how
to close the form by a macro.
THanks

Ofer Cohen said:
If the other form is open, then on the After Update event of the check box
you can write the code

Forms![other form name]![check box] = Me.[check box]

I hope that what you are looking for

--
Good Luck
BS"D


Chey said:
I have a check box on a form. When I click on it I want it to document it in
another form. Can someone tell me how to do that.
Chey
 
Back
Top