P
Pickymiss
I see that this has been answered in a few different ways before, but I can't
figure out how to apply those solutions in my case.
Data from the previous record "visually lingering" in the new record is
confusing to the users who are inputting data. The data is not in the table
for the new record; it is just sitting in the box, so it looks like it is
already full. I have check boxes to clear. I also have combo boxes that are
picking from a table with a list of choices.
The post from 11/6/2008 by Serendipity has a solution of adding code to
clear the textboxes -- ME.TextBox1 = " " and also -- ME.Checkbox1 = 0. I
don't know what those refer to. What is "ME" and do "TextBox" and "Checkbox"
refer to form objects, or table fields?
How can I use the solution Dennis gave to Serendipity? (See: New Record
Command Button") Is that code something that I apply to a command button,
naming each table/field to clear out, or do I put it into the properties of
each of the form's fields in the Event tab? Do I have to use VBA and if so,
how do I find the right way to do that? Does it have to be through a command
button that I create, or would the "new record" button do it?
I have been struggling to do this and then setting it aside due to
frustration. I'm extremely inexperienced with VBA, so if someone could walk
me through it I would appreciate it. Any assistance would be fantastic.
figure out how to apply those solutions in my case.
Data from the previous record "visually lingering" in the new record is
confusing to the users who are inputting data. The data is not in the table
for the new record; it is just sitting in the box, so it looks like it is
already full. I have check boxes to clear. I also have combo boxes that are
picking from a table with a list of choices.
The post from 11/6/2008 by Serendipity has a solution of adding code to
clear the textboxes -- ME.TextBox1 = " " and also -- ME.Checkbox1 = 0. I
don't know what those refer to. What is "ME" and do "TextBox" and "Checkbox"
refer to form objects, or table fields?
How can I use the solution Dennis gave to Serendipity? (See: New Record
Command Button") Is that code something that I apply to a command button,
naming each table/field to clear out, or do I put it into the properties of
each of the form's fields in the Event tab? Do I have to use VBA and if so,
how do I find the right way to do that? Does it have to be through a command
button that I create, or would the "new record" button do it?
I have been struggling to do this and then setting it aside due to
frustration. I'm extremely inexperienced with VBA, so if someone could walk
me through it I would appreciate it. Any assistance would be fantastic.