IIF in Query Criteria need help...

FlavioT

New Member
Joined
Feb 11, 2003
Messages
40
Hi,

I have made a checkbox on my form and would like the criteria to do the following:
IIf([Todas]=Yes;[Loja];"*")

What is wrong?? Please Help!
:rolleyes:
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
I am not sure quite what [Todas] and [Loja] are refering to but if it is to the checkbox on the form then the format should be
[Forms]![YourForm]![Todas]

you could try adding the like statment

like IIf([Forms]![YourForm]![Todas]=Yes;[Forms]![YourForm]![Loja];"*")

Where "YourForm" is the name of the form you are refering to.

If I have guesed wrong :) please shout back with more details.

Peter
 
Upvote 0

Forum statistics

Threads
1,221,773
Messages
6,161,855
Members
451,724
Latest member
sledparty

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top