neilwebber
Registered User.
- Local time
- Today, 18:29
- Joined
- Aug 19, 2002
- Messages
- 35
Seems like a golden oldie this one but I can't find an answer that does what I want so, with apologies for the repetition, here we go again.
I have a button on 'Form1'
When I click the button I want 'Form2' to open at the same record as was displayed on 'Form1' .
The common field on each form is 'IDNumber' (ie if IDNumber on 'Form1' is ID23 then i want 'Form2' to open at the record with IDNumber = ID23)
I've tried this with the button wizard, which works fine except 'Form2' is filtered when it opens. I'd like 'Form2' to open on the correct record but with all the other records accessible for the users to cycle through.
I've also tried various expressions in the Where statement of an OpenForm action in a macro but this always seems to display a dialog box (like a parameter query) with a prompt to enter the required value, which I want to avoid if possible.
Perhaps using a tabbed form is the answer, although I prefer to keep my forms separate if I can.
Thanks for your help
Neil
I have a button on 'Form1'
When I click the button I want 'Form2' to open at the same record as was displayed on 'Form1' .
The common field on each form is 'IDNumber' (ie if IDNumber on 'Form1' is ID23 then i want 'Form2' to open at the record with IDNumber = ID23)
I've tried this with the button wizard, which works fine except 'Form2' is filtered when it opens. I'd like 'Form2' to open on the correct record but with all the other records accessible for the users to cycle through.
I've also tried various expressions in the Where statement of an OpenForm action in a macro but this always seems to display a dialog box (like a parameter query) with a prompt to enter the required value, which I want to avoid if possible.
Perhaps using a tabbed form is the answer, although I prefer to keep my forms separate if I can.
Thanks for your help
Neil