button to clear access form

  • Thread starter Thread starter amitbadgi
  • Start date Start date
A

amitbadgi

Hi guys, I have created a form in access and want to addin a button,
which onclicking clears the form of anyentered values.
There are 5 text fields for user input and if a user clicks this
button, then it should clear all the text fields(if any values are
entered by the user). Thanks
 
Hi guys, I have created a form in access and want to addin a button,
which onclicking clears the form of anyentered values.
There are 5 text fields for user input and if a user clicks this
button, then it should clear all the text fields(if any values are
entered by the user). Thanks

Are the field un-bound or are they bound to a table? Do you want to
save the information or drop it? Are you doing data entry adding new data
or is it being used to display data already in a table?
 
Hi joseph, teh data is not bound to teh table, i donot want to save teh
info and its used to display data already in the table. Hope I cleared
all your questions. Thanks in advance
 
Hi joseph, teh data is not bound to teh table, i donot want to save
teh info and its used to display data already in the table. Hope I
cleared all your questions. Thanks in advance

Then I suggest using code that sets each form to null.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top