Graham T
Registered User.
- Local time
- Today, 01:18
- Joined
- Mar 14, 2001
- Messages
- 300
I would like to append a UserID to a table that contains 3 fields
tblUsers:
UserID
UserFirstName
UserLastName
From a table that contains only 2 fields
tblTempUsers:
UserID
UserName
So, this should append the UserID WHERE [tblUsers].[UserFirstName]&" "&[tblUsers].[UserFirstName] = [tblTempUsers].[UserName]
I have run out of ideas for the correct syntax (after an hour of trying!) and would appreiciate any input.
TIA
Graham
tblUsers:
UserID
UserFirstName
UserLastName
From a table that contains only 2 fields
tblTempUsers:
UserID
UserName
So, this should append the UserID WHERE [tblUsers].[UserFirstName]&" "&[tblUsers].[UserFirstName] = [tblTempUsers].[UserName]
I have run out of ideas for the correct syntax (after an hour of trying!) and would appreiciate any input.
TIA
Graham