Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CLEAR A CHECK BOX ON A SUB FORM

Status
Not open for further replies.

Mary10k

IS-IT--Management
Nov 8, 2001
103
US
hello,
I have a form with two subforms on it referring to the same table. Basically, I have sectioned off the fields into two subforms. I have a button on one form which saves the entry and clears the text box. What I would like to do is clear the checkbox on the 2nd subform once this is button is clicked.

Any suggestions how to do this?
 
Something like this ?
Forms![main form]![sub form 2].Form![check box] = False

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Thank you, but where do I enter the code? Which event would I use?
Thanks
 
Why not in your button's Click event procedure ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top