G Guest Jun 30, 2006 #1 I want to insert a comma after [City] in the address string in my query. Expr1: [City] & " " & [State] & " " & [ZipCode]. HELP!
I want to insert a comma after [City] in the address string in my query. Expr1: [City] & " " & [State] & " " & [ZipCode]. HELP!
G Guest Jun 30, 2006 #2 I believe you can do: Expr1: [City] & ", " & [State] & " " & [ZipCode]. Lucas
J jahoobob via AccessMonster.com Jun 30, 2006 #4 Expr1:[City] & ", " & ... I want to insert a comma after [City] in the address string in my query. Expr1: [City] & " " & [State] & " " & [ZipCode]. HELP! Click to expand...
Expr1:[City] & ", " & ... I want to insert a comma after [City] in the address string in my query. Expr1: [City] & " " & [State] & " " & [ZipCode]. HELP! Click to expand...