S
Saabster
Hi all,
I'm trying to convert an SQL statement to VBA to use as a recordsource
for a report. I've got most of it done, but the following section is
giving me fits.... How the hell do I do this?
SELECT tblResourcesFirstName & " " & TblResourcesLastName AS FullName,
I can't seem to be able to combine the first and last name as an
expression.
Thanks
Craig
I'm trying to convert an SQL statement to VBA to use as a recordsource
for a report. I've got most of it done, but the following section is
giving me fits.... How the hell do I do this?
SELECT tblResourcesFirstName & " " & TblResourcesLastName AS FullName,
I can't seem to be able to combine the first and last name as an
expression.
Thanks
Craig