Thanks for taking a stab at it Lawson,
Your method works well for opening a form under certain conditions (i.e., a-1). Unfortunately, I'm trying to get from one open form (frmPossibleMatch), where the user has selected which record s/he wants to open, to that specific record in a separate form's subform (frmMain!sbrfmCallerRecord).
To clarify a little:
Basically, if I type in 777-888-9999 as the phone number, I get a little list box showing me other calls that were made from this number. Let's say:
Howie Smith 777-888-9999
Bert Smith 777-888-9999
The idea would be, since the user knows s/he is taking to Bert, s/he could click on Bert's name and be taken to his record in the DB.
I know how to work this if it's a form and not a subform, but I keep getting a "cannot go to specified record" with this subform in play.
Thanks,
KT
|