F
Frankenbox
I am trying to create a search criteria for a query which selects for entries
by a specific user in a database, or if no-one is specified returns all user
entries.
The following criteria performed the task to my satisfaction:
IIf(IsNull[Which User?],"*",[Which User?])
However upon saving and closing the help feature decided that I needed ""
marks throughout, so that when I opened it to run again the following
expression was in place.
IIf("IsNull[Which User?]","*",[Which User?])
This expression does not work (nor do my attemts at working around the
*helpful* feature)...
How do I prevent Access from treating my like an Idiot and trying to provide
useless assistance?
by a specific user in a database, or if no-one is specified returns all user
entries.
The following criteria performed the task to my satisfaction:
IIf(IsNull[Which User?],"*",[Which User?])
However upon saving and closing the help feature decided that I needed ""
marks throughout, so that when I opened it to run again the following
expression was in place.
IIf("IsNull[Which User?]","*",[Which User?])
This expression does not work (nor do my attemts at working around the
*helpful* feature)...
How do I prevent Access from treating my like an Idiot and trying to provide
useless assistance?