Textbox problem

robhargreaves

Registered User.
Local time
Today, 20:55
Joined
Mar 4, 2005
Messages
11
Hi How can I get a button to work which would clear my entire form including all textboxes and cbo's. I cant get the textboxes with calculations in the control sources to go blank!

thanks

Rob
 
Me.textbox1 = ""
me.textbox2 = ""
me.textbox3.recordsource = "" 'for calculated controls I believe. But that erases the formula.
 

Users who are viewing this thread

Back
Top Bottom