Hi all, I have a query with 5 field, [Country],[Province],[GroupingInfo],[City],[Area]
I want to write or build a new query to have something on the [City] critiria like:
IIf [City]="NoInfo" And [GroupingInfo]<=1 Then [City]=[Province], else [City] = [City]
This is on the Query Sql, not on the VBA Code
Thanks So Much!
I want to write or build a new query to have something on the [City] critiria like:
IIf [City]="NoInfo" And [GroupingInfo]<=1 Then [City]=[Province], else [City] = [City]
This is on the Query Sql, not on the VBA Code
Thanks So Much!