D
DeanLinCPR
I have a 2007 DB with first and last name fields. I am trying to merge them
in a common field I know it is unusual. I have created a select query that
works but I cannot get to update the table
SELECT [MembershipAndData]![FirstName] & " " &
[MembershipAndData]![LastName] AS [MemberName]
FROM MembershipAndData;
Any hellp would be appreciated
in a common field I know it is unusual. I have created a select query that
works but I cannot get to update the table
SELECT [MembershipAndData]![FirstName] & " " &
[MembershipAndData]![LastName] AS [MemberName]
FROM MembershipAndData;
Any hellp would be appreciated