G
Guest
Hello,
I need a little help with formulating an update query.
This is my query statement:
UPDATE tbl_Empl_Master
SET tbl_Empl_Master.S3BadgeExpDate =
(Select SSCEmployees.Expdate
FROM SSCEmployees
Where SSCEmployees.S3ID = tbl_Empl_Master.S3ID);
When I execute this query, Access tells me:
Action must use an updateable query.
What I am doing wrong?
Thanks,
Rich
I need a little help with formulating an update query.
This is my query statement:
UPDATE tbl_Empl_Master
SET tbl_Empl_Master.S3BadgeExpDate =
(Select SSCEmployees.Expdate
FROM SSCEmployees
Where SSCEmployees.S3ID = tbl_Empl_Master.S3ID);
When I execute this query, Access tells me:
Action must use an updateable query.
What I am doing wrong?
Thanks,
Rich