G
george
Hi,
I have this query:
SELECT [client_LName] & ", " & [client_FName] AS
CompleteName
if I want to embed it to a vba statement how do I deal
with the ", " part?
(ie I cannot write cboClients.RowSource = "(my sql
statement as is)"
Thanks, George
I have this query:
SELECT [client_LName] & ", " & [client_FName] AS
CompleteName
if I want to embed it to a vba statement how do I deal
with the ", " part?
(ie I cannot write cboClients.RowSource = "(my sql
statement as is)"
Thanks, George