J
Jeff G
All -
I have something I can't quite figure out. It should be simple, but I can't
get one piece of it down.
I have a table (tblSystemOptions) that has a field named EDISTDSKU. It has
a value of Yes, No, and All.
I have a query that I want to run and the returned results should be based
on the criteria mentioned above.
In my criteria box in my Query I have
iif(dlookup("EDISTDSKU","tblSystemOptions")="All",Like "*",...).
What I want to do is base on what's entered in the EDISTDSKU field in
tblSystemOptions to be used as the criteria...
Yes - Return only records with a Yes value
No - Return only records with a No value
All - Return all record.
I can get the Yes and No parts, but what's stumping me is the All.
Any help would be much appreciated.
Jeff
I have something I can't quite figure out. It should be simple, but I can't
get one piece of it down.
I have a table (tblSystemOptions) that has a field named EDISTDSKU. It has
a value of Yes, No, and All.
I have a query that I want to run and the returned results should be based
on the criteria mentioned above.
In my criteria box in my Query I have
iif(dlookup("EDISTDSKU","tblSystemOptions")="All",Like "*",...).
What I want to do is base on what's entered in the EDISTDSKU field in
tblSystemOptions to be used as the criteria...
Yes - Return only records with a Yes value
No - Return only records with a No value
All - Return all record.
I can get the Yes and No parts, but what's stumping me is the All.
Any help would be much appreciated.
Jeff