L Lyncroft QPR for ever Local time Today, 23:30 Joined May 18, 2002 Messages 168 Aug 27, 2003 #1 I'm running an append query from a form. Works fine. Once I've run it how can I get it to go to the record that I've run it from. It keeps defaulting to the first record?
I'm running an append query from a form. Works fine. Once I've run it how can I get it to go to the record that I've run it from. It keeps defaulting to the first record?
L llkhoutx Registered User. Local time Today, 17:30 Joined Feb 26, 2001 Messages 4,018 Aug 27, 2003 #2 One method is to use a Bookmark to identify and position to the record you want. See the Help menu for how to use Bookmarks.
One method is to use a Bookmark to identify and position to the record you want. See the Help menu for how to use Bookmarks.
L Lyncroft QPR for ever Local time Today, 23:30 Joined May 18, 2002 Messages 168 Aug 27, 2003 #3 Thanks for that. I found that if I had a "requery" taken out then that solved the problem.