J
Jason Rhymes
It's been a while since I wrote any code in access but I'm having to do a
little now. Having a hard time getting this to work and don't know what I'm
missing.
Basically I have a query field that looks at a form option box with 3
options to filter on. 1 and 2 works fine but 3 fails (option 3 is to show
both Order" And "Completed").
IIf([Forms]![JobList]![Status]=1,"Order",IIf([Forms]![JobList]![Status]=2,"Completed","Order"
And "Completed"))
Thanks
Jason
little now. Having a hard time getting this to work and don't know what I'm
missing.
Basically I have a query field that looks at a form option box with 3
options to filter on. 1 and 2 works fine but 3 fails (option 3 is to show
both Order" And "Completed").
IIf([Forms]![JobList]![Status]=1,"Order",IIf([Forms]![JobList]![Status]=2,"Completed","Order"
And "Completed"))
Thanks
Jason