B
Bill
What is the syntax when creating a query field
whose value is derived from source table fields?
Example:
FullName: [mytable.firstname] & " " & [mytable.lastname]
so that when the query is run "Fullname" would be
the query field populated with the first and last name
as a single string expression.
(I tried what I gave in the example, the query builder
didn't create the single field as desired.)
Thanks,
Bill
whose value is derived from source table fields?
Example:
FullName: [mytable.firstname] & " " & [mytable.lastname]
so that when the query is run "Fullname" would be
the query field populated with the first and last name
as a single string expression.
(I tried what I gave in the example, the query builder
didn't create the single field as desired.)
Thanks,
Bill