T
tboggs25
I would like to open up a subform to a specific record based upon the record
that is currently open in the main form.
Both tables have a field called Firm ID (both are integers)
Under Arguments I have:
Law Firms (Lawyer-411), Form, , "[Firm ID]=" & [Firm ID], , Normal
Obviously under Action I have:
OpenForm
The button opens up the correct form, but not to the correct record. In
fact, it opens to the exact same record every time and I don't know why.
Does anyone have any troubleshooting ideas or know of a fix? Thanks for the
help!
- Travis
that is currently open in the main form.
Both tables have a field called Firm ID (both are integers)
Under Arguments I have:
Law Firms (Lawyer-411), Form, , "[Firm ID]=" & [Firm ID], , Normal
Obviously under Action I have:
OpenForm
The button opens up the correct form, but not to the correct record. In
fact, it opens to the exact same record every time and I don't know why.
Does anyone have any troubleshooting ideas or know of a fix? Thanks for the
help!
- Travis