S
scottyboyb
Greetings,
I have a table with the field "State" in it. The field size is set to 2
charactors in length and Format is set to ">". It works fine in the table.
I have a query based only on that table. The "State" field in the query
observes the format. But I have a simple calculated field that concantates
the City,State & Zip to one field. It does not observe the table formatting.
CSZ: ([City] & ", " & [StateOrProvince] & " " & [PostalCode])
Table: State field = NY displayed
Query: State field = NY displayed
CSZ: Westfield, ny 14787
I tried: CSZ: ([City] & ", " & Format([StateOrProvince], >) & " " &
[PostalCode]) but I get an error message that the expression's syntax is
wrong.
What am I missing?
Thanks,
Scott
I have a table with the field "State" in it. The field size is set to 2
charactors in length and Format is set to ">". It works fine in the table.
I have a query based only on that table. The "State" field in the query
observes the format. But I have a simple calculated field that concantates
the City,State & Zip to one field. It does not observe the table formatting.
CSZ: ([City] & ", " & [StateOrProvince] & " " & [PostalCode])
Table: State field = NY displayed
Query: State field = NY displayed
CSZ: Westfield, ny 14787
I tried: CSZ: ([City] & ", " & Format([StateOrProvince], >) & " " &
[PostalCode]) but I get an error message that the expression's syntax is
wrong.
What am I missing?
Thanks,
Scott