S
Silvio
I have a query with a cityID field. I am trying to exclude cityID=1 only if
"MyForm OfficeID is = 3".
In short: if Forms![frmWelcome]![OfficeID] = 3 then CityID > 1 esle all
cities ID are included.
I would like to include this statement in the criteria under CityID and I am
not familiar with SQL statements syntax.
Thanks for your help.
"MyForm OfficeID is = 3".
In short: if Forms![frmWelcome]![OfficeID] = 3 then CityID > 1 esle all
cities ID are included.
I would like to include this statement in the criteria under CityID and I am
not familiar with SQL statements syntax.
Thanks for your help.