I think this is a simple problem but I can't figure it out.
I have a DLookup that I want to format:
City, State ZipCode (it needs to have the comma and spaces.
Here's what I have now:
=DLookUp("[City]&[State]&[ZipCode]","tblCompanyInfo","ID=1"
How do I get the comma and spaces?
Thanks in advance,
Christy
I have a DLookup that I want to format:
City, State ZipCode (it needs to have the comma and spaces.
Here's what I have now:
=DLookUp("[City]&[State]&[ZipCode]","tblCompanyInfo","ID=1"

How do I get the comma and spaces?
Thanks in advance,
Christy