P
Paul Scott
I'm trying to develop a form for employee training.
Instead of typing the employees name I'm trying to use a
drop down box. The problem I'm having is when I try to
enter a second new record.
When I add the first new record to J Smith everything is
fine. When I open the form again and click on J Smith in
the drop down box again to enter another new record the
first records data appears. Instead of letting me enter
new data it's displaying the current data.
I use On Click docmd.GoToRecord , , acNewRec
I know I'm not doing something simple but for the life of
me I can't figure it out.
Any help would be appreciated.
Thank,
Paul
Instead of typing the employees name I'm trying to use a
drop down box. The problem I'm having is when I try to
enter a second new record.
When I add the first new record to J Smith everything is
fine. When I open the form again and click on J Smith in
the drop down box again to enter another new record the
first records data appears. Instead of letting me enter
new data it's displaying the current data.
I use On Click docmd.GoToRecord , , acNewRec
I know I'm not doing something simple but for the life of
me I can't figure it out.
Any help would be appreciated.
Thank,
Paul