J
Jim
I have 2 forms where the second form may or may not have records related to
the first form. There is a link to the second form from the first one. What
I'm trying to accomplish is to open the second form displaying the related
record if there is one.
Form 1 is OA
Form 2 is Register
linking fiels are:
OA.ID = Register.EventID
Not every OA.ID has a related Register.EventID.
If there is a related record, I would like the Register form to open with
that record displayed. If not, just open the form in normal view which sets
focus to a combo box and all other fields are invisible until a selection is
made.
the first form. There is a link to the second form from the first one. What
I'm trying to accomplish is to open the second form displaying the related
record if there is one.
Form 1 is OA
Form 2 is Register
linking fiels are:
OA.ID = Register.EventID
Not every OA.ID has a related Register.EventID.
If there is a related record, I would like the Register form to open with
that record displayed. If not, just open the form in normal view which sets
focus to a combo box and all other fields are invisible until a selection is
made.