D
DougW
I'm very novice at Access and could use some help.
I have created a form with a number of list boxes for ease of data entry.
The user clicks on several selections (such as Purchase Order and Component
number),
and also enters a couple of fields (Cost and Date). These inputs populate a
record in a table.
There is a command button to add a new record. So far all of this works.
Very often the user will be creating numerous records that are identical -
maybe 6 entries in a row of all the same data. I found some info on this
site that causes the various fields to retain their previous entry as default
(on the AfterUpdate event I added code "me.control.defaultvalue=me.control.
value").
That works fine too.
My problem is, I can't simply click my "new record" command button six times
in a row to create six new identical records. I have to edit one of my
fields or re-click a list box to make the form "wake up" before I can add a
new record.
What kind of event coding can I add to make this work the way I want? Thanks.
I have created a form with a number of list boxes for ease of data entry.
The user clicks on several selections (such as Purchase Order and Component
number),
and also enters a couple of fields (Cost and Date). These inputs populate a
record in a table.
There is a command button to add a new record. So far all of this works.
Very often the user will be creating numerous records that are identical -
maybe 6 entries in a row of all the same data. I found some info on this
site that causes the various fields to retain their previous entry as default
(on the AfterUpdate event I added code "me.control.defaultvalue=me.control.
value").
That works fine too.
My problem is, I can't simply click my "new record" command button six times
in a row to create six new identical records. I have to edit one of my
fields or re-click a list box to make the form "wake up" before I can add a
new record.
What kind of event coding can I add to make this work the way I want? Thanks.