R
ramblinwreck
I use a form to enter/update info to two different tables. I have a command
button that allows me to create a new record and code executed creates the
new record.
When I go to the table, I can see the new information is there.
I inserted a requery statement in my code and after executing the form
updates to show a new number of records and if I move through the records I
can see the one I just created.
What I can't figure out is how to get the form to display the information
from the record I just created. After I requery, the form goes back to the
first record.
All I want is for the controls in the form to display the values from the
record I just created. Like I said, I can do this by moving through the
database but I have to imagine there must be a way to do this without my
intervention.
please help.
thanks.
button that allows me to create a new record and code executed creates the
new record.
When I go to the table, I can see the new information is there.
I inserted a requery statement in my code and after executing the form
updates to show a new number of records and if I move through the records I
can see the one I just created.
What I can't figure out is how to get the form to display the information
from the record I just created. After I requery, the form goes back to the
first record.
All I want is for the controls in the form to display the values from the
record I just created. Like I said, I can do this by moving through the
database but I have to imagine there must be a way to do this without my
intervention.
please help.
thanks.