G Guest May 18, 2007 #1 I want to keep a record entry button disabled only until a record is entered in the subform and then keep it permanently enabled. thanks
I want to keep a record entry button disabled only until a record is entered in the subform and then keep it permanently enabled. thanks
G Guest May 18, 2007 #2 Use the subform's oncurrent event and do a recordcount. if recordcount>0 then enable the control on the main form else disable.
Use the subform's oncurrent event and do a recordcount. if recordcount>0 then enable the control on the main form else disable.
G Guest May 18, 2007 #3 I inserted the following into a text box in the subform and named the control "RecCount" =RecordsetClone.RecordCount This works fine but now I am not entirely sure what to put in the "oncurrent" event. I am not sure how to reference the button in the code..
I inserted the following into a text box in the subform and named the control "RecCount" =RecordsetClone.RecordCount This works fine but now I am not entirely sure what to put in the "oncurrent" event. I am not sure how to reference the button in the code..
G Guest May 18, 2007 #4 I think I've worked it out. -- http://www.patriotsquestion911.com http://www.911truth.org http://www.wtc7.net http://www.st911.org http://www.journalof911studies.com http://www.pilotsfor911truth.org http://ae911truth.org
I think I've worked it out. -- http://www.patriotsquestion911.com http://www.911truth.org http://www.wtc7.net http://www.st911.org http://www.journalof911studies.com http://www.pilotsfor911truth.org http://ae911truth.org