S
SAC
I cannot get a true response from thsi syntax:
IIf(([Shows].[H/T Status]) Like [forms]![show schedule]![SS_SP]="Tentative
or Definite",([Shows].[H/T Status])="Tentative" Or ([Shows].[H/T
Status])="Definite","Definite")
I've made sure that the control = "Tentative or Definite"
I want all shows which has a status of definite or tentative after a combo
box is selected that has "Tentative or Definite" as a choice.
I can put "Tentative" or "Definite" in the query's criteria and it works
fine.
Thanks.
IIf(([Shows].[H/T Status]) Like [forms]![show schedule]![SS_SP]="Tentative
or Definite",([Shows].[H/T Status])="Tentative" Or ([Shows].[H/T
Status])="Definite","Definite")
I've made sure that the control = "Tentative or Definite"
I want all shows which has a status of definite or tentative after a combo
box is selected that has "Tentative or Definite" as a choice.
I can put "Tentative" or "Definite" in the query's criteria and it works
fine.
Thanks.