T
Tom K via AccessMonster.com
Hi,
I have a main form which I use to display records from a table. There is a
control button on this form to open a new entry form which I use to enter new
records into the table. The main form stays open in the background while the
new entry form is open. When I close the new entry form and go back to the
main form I would like to see the form updated with the new record that I
just entered. I would also like to have that new record be the current record
displayed.
I know that I can Requery the main form on close of the new entry form, but
that does not take me to the new record that I entered. Also I dont want it
to filter to only show the new record, I want to have all records accessible
but just go to the new one.
Is there any way to do this with a macro?
Thanks,
Tom
I have a main form which I use to display records from a table. There is a
control button on this form to open a new entry form which I use to enter new
records into the table. The main form stays open in the background while the
new entry form is open. When I close the new entry form and go back to the
main form I would like to see the form updated with the new record that I
just entered. I would also like to have that new record be the current record
displayed.
I know that I can Requery the main form on close of the new entry form, but
that does not take me to the new record that I entered. Also I dont want it
to filter to only show the new record, I want to have all records accessible
but just go to the new one.
Is there any way to do this with a macro?
Thanks,
Tom