J
Jacqui
On a Report Selection form I have two fields [Client] and [ClientName].
[Client] consists of just the client whereas [ClientName] consists of Client
and ClientRegion ie:
in a query the field reads as Expr1: Client &" "& ClientName. How do I refer
to this combined field in a SELECT statement? The statement - SELECT
tblAssessment.Client &" "& tblAssessment.ClientName AS Expr1 - does not
work.
Thank you,
Jacqui
[Client] consists of just the client whereas [ClientName] consists of Client
and ClientRegion ie:
in a query the field reads as Expr1: Client &" "& ClientName. How do I refer
to this combined field in a SELECT statement? The statement - SELECT
tblAssessment.Client &" "& tblAssessment.ClientName AS Expr1 - does not
work.
Thank you,
Jacqui