Currently I have an access form that allowes a user to fill in customer information. Easy enough.
Here is my problem...
Lets say there are 5 text boxes...two of the text boxes are for the customer name (first and last). (Note: The names of the customers are "hardcoded" in the table, the values should never change.)
On the form there is a button that will clear all fields.
How can I make the button function so that:
When the user clicks on the "clear all" button, all fields (text boxes) are cleared except fo the ones that contain the first and last name?
What is the best way to do this?
I have tried grouping the text boxes (still don't know if that is entirely possible), and putting the text boxes for first and last name in a subform box. I havn't been able to get either to work properly.
Any suggestions would be greatly appretiated.
Let me know if this question is in the right forum.
Thanks,
atsea
Here is my problem...
Lets say there are 5 text boxes...two of the text boxes are for the customer name (first and last). (Note: The names of the customers are "hardcoded" in the table, the values should never change.)
On the form there is a button that will clear all fields.
How can I make the button function so that:
When the user clicks on the "clear all" button, all fields (text boxes) are cleared except fo the ones that contain the first and last name?
What is the best way to do this?
I have tried grouping the text boxes (still don't know if that is entirely possible), and putting the text boxes for first and last name in a subform box. I havn't been able to get either to work properly.
Any suggestions would be greatly appretiated.
Let me know if this question is in the right forum.
Thanks,
atsea