|
Re: Reset button not working
Just a quick note on how:
Code:
Me.CboName = Null
Me.Text1 = Null
Me.Text2 = Null
Do that for all the fields you want to empty.
Hope this helps,
Dan
__________________
"I am not a rocket scientist, I am a nuclear engineer." - Split_atom18
If my advice has been helpful to you, then please help me by clicking on the scales and adding to my reputation, Thanks!
|