tabbing to subform problem

  • Thread starter Thread starter V Shaw AHG
  • Start date Start date
V

V Shaw AHG

Hi,
I have a main form and a subform. When a new info is added to the main
form, I do a requery and then use bookmarks to go to the correct record (
the records are arranged alphabetically by last name). This works fine when
I use the mouse to get to the subform but when I tab to the subform I end up
at the last record, not the added record. When I check up on what record I
am in, it is correct in the form current event and the form update event.
Is there some other event where this could be changing.
Vivien
 
Make sure all your forms in question have the property
Cycle = Current record

Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top