I
Isbjornen
Hello,
First I want to thank Tom Ellison and John Vinson for
helping me out yesterday. Now that's done, here's my
question, similar to my question yesterday:
In the Criteria for my query I have the following
statement:
Like IIf([Forms]![frmStampsMain]![fraActive]=3,"Bonded",IIf
([Forms]![frmStampsMain]![fraActive]=4,"Unassigned","*"))
If [fraActive] is 3 or 4, it shows "Bonded"
or "Unassigned", otherwise it shows everything.
Now, if [fraActive] is not 3 or 4, I want the query to
show everything, but not "Bonded" and "Unassigned".
Something like this:
Like IIf([Forms]![frmStampsMain]![fraActive]=3,"Bonded",IIf
([Forms]![frmStampsMain]![fraActive]=4,"Unassigned",' Show
all "*" but not "Bonded" or "Unassigned" '))
Is it possible?
Isbjornen
First I want to thank Tom Ellison and John Vinson for
helping me out yesterday. Now that's done, here's my
question, similar to my question yesterday:
In the Criteria for my query I have the following
statement:
Like IIf([Forms]![frmStampsMain]![fraActive]=3,"Bonded",IIf
([Forms]![frmStampsMain]![fraActive]=4,"Unassigned","*"))
If [fraActive] is 3 or 4, it shows "Bonded"
or "Unassigned", otherwise it shows everything.
Now, if [fraActive] is not 3 or 4, I want the query to
show everything, but not "Bonded" and "Unassigned".
Something like this:
Like IIf([Forms]![frmStampsMain]![fraActive]=3,"Bonded",IIf
([Forms]![frmStampsMain]![fraActive]=4,"Unassigned",' Show
all "*" but not "Bonded" or "Unassigned" '))
Is it possible?
Isbjornen