The first expression was wrong: you didn't have the parentheses for the
IsNull function:
IIf(IsNull([Which User?]),"*",[Which User?])
If it worked the first time, it was just a coincidence.
Better, though, might be:
Nz([WhichUser?], "*")

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> 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
[quoted text clipped - 15 lines]
> How do I prevent Access from treating my like an Idiot and trying to provide
> useless assistance?
Frankenbox - 09 Mar 2006 17:52 GMT
Thanks!
> The first expression was wrong: you didn't have the parentheses for the
> IsNull function:
[quoted text clipped - 29 lines]
> provide
> > useless assistance?