jason_nevin
Registered User.
- Local time
- Today, 08:00
- Joined
- Nov 22, 2002
- Messages
- 46
I have a query which has a form field name as part of its criteria. There are two forms which access this query from their onload event (its a delete query). I would like to vary the field name in the query dependant on which form is executing the query.
i.e If form 1 runs the query I want to use field [Forms]![Form1]![Field] and if form 2 [Forms]![Form2]![Field]. Any ideas.
Thanks.
i.e If form 1 runs the query I want to use field [Forms]![Form1]![Field] and if form 2 [Forms]![Form2]![Field]. Any ideas.
Thanks.