miwaypro
03-03-2005, 12:41 AM
how can i select or check the checkbox while form load?
Check the check boxmiwaypro 03-03-2005, 12:41 AM how can i select or check the checkbox while form load? stevo 03-03-2005, 12:59 AM you use the Value property Check1.Value = vbChecked noccy 03-03-2005, 12:59 AM On the form_load event: Me.Check1.Value = 1 |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum