Dear Experts
To insert Date into Textbox1, I use following codes
How to clear this textbox?![]()
Me.TextBox1.Value = Format(Now(), "dd-mm-yy")
Which one is right method from following
Or![]()
Me.TextBox2.Value = "" Me.TextBox2.Value = 0
Some other method should I apply?
Please help
Bookmarks