Can someone help me figure out the correct syntax for the following?
dbs.CreateQueryDef "QueryName", _
"SELECT [Last Name]'" & ", " & " [First Name]" ...
I'm trying to concatenate Last Name followed by a comma and First Name.
Thanks.
dbs.CreateQueryDef "QueryName", _
"SELECT [Last Name]'" & ", " & " [First Name]" ...
I'm trying to concatenate Last Name followed by a comma and First Name.
Thanks.