Hi, is is possible to create an IIF statement within a query whose parameter says something like...
IIF(FormA is open,FormA.txtParameter,FormB.txtParameter)
I've been trying alsorts but am flying blind, plenty of search results which describe the IsLoaded property when using VBA but I can't fathom how or if this can be ported into a query.
Thanks in advance,
Kelvin
IIF(FormA is open,FormA.txtParameter,FormB.txtParameter)
I've been trying alsorts but am flying blind, plenty of search results which describe the IsLoaded property when using VBA but I can't fathom how or if this can be ported into a query.
Thanks in advance,
Kelvin