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?
..
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?
..