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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

check boxes 1
Question 8
Text box Wrap Text 3
Yes No box 6
Message Box 4
combo box 1
Sum 4
open form 13

Back
Top