choosing which event

M

MER

Which event should I use and what sort of code should I
write?

scenario:
If a user has the cursor in the subform of my mainform and
advances the cursor past the new record, several "bad
things happen". 1) the subform and the mainform advance to
the next primary key 2) potentially, the whole display
goes into disaray - I don't even recognize "what the form
is displaying".

How can I write code that says:

The subform can only display children with the foreign key
that matches the "current" primary key displayed on the
main form "at the moment the user moved into the subform
area".

and where should I put that code?
..
 

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

Top