boblovesyousomuch
Programmer
Hello,
I currently use a stored query in a form which performs a function that I would like to use in other forms. Ath the moment I use:
SELECT .. FROM .. WHERE Agent = [Forms]![FrmAgent]![AgentList]
This works fine but I want to be able to call this query in other forms that use the same 'AgentList'. I thought I would be able to write:
Me![AgentList]
but this does not work.
Any ideas?
Thank you in advance
Carl
I currently use a stored query in a form which performs a function that I would like to use in other forms. Ath the moment I use:
SELECT .. FROM .. WHERE Agent = [Forms]![FrmAgent]![AgentList]
This works fine but I want to be able to call this query in other forms that use the same 'AgentList'. I thought I would be able to write:
Me![AgentList]
but this does not work.
Any ideas?
Thank you in advance
Carl