G
Guest
I have a xls spread sheet of email addresses that I imported into a table
I'll call 'tblOutSideEmail'. The primary field is employee number. I would
like to update the changes in this table (email field) to my orginal table
called 'tblLoginRequired'. I have tried using an udate query with
[tblOutSideEmail].[emailAddress] but I keep getting an error. I thought it
was suppose to be simple! hehe
What am I doing wrong? Can I not merge the two together with only the
changes made in the tblOutsideEmail?
Table 1
tblLoginRequired
Fields
empNumber
emailAddress
Table 2
tblOutSideEmail
Fields
empNumber
OutSideEmail
I'll call 'tblOutSideEmail'. The primary field is employee number. I would
like to update the changes in this table (email field) to my orginal table
called 'tblLoginRequired'. I have tried using an udate query with
[tblOutSideEmail].[emailAddress] but I keep getting an error. I thought it
was suppose to be simple! hehe
What am I doing wrong? Can I not merge the two together with only the
changes made in the tblOutsideEmail?
Table 1
tblLoginRequired
Fields
empNumber
emailAddress
Table 2
tblOutSideEmail
Fields
empNumber
OutSideEmail