J
Jay
I have this under a different post, but I have progressed
from the original problem so I figured I would repost...
"Operation Must Use An Updateable Query"
If I remove the join and do a simple update comment feild
to hi where empl# = 5 it works fine, so I assumed it
must've been the join that screwed me up.
Update Local INNER JOIN Remote ON Local.[Employee Number]
= Remote.EMPLOYNUM set Local.badge = remote.badgeid
After looking up the error I think my problem may be that
there are multiple rows in the Local table with the same
employee number.
Can an update be done on a many-to-one join?
from the original problem so I figured I would repost...
"Operation Must Use An Updateable Query"
If I remove the join and do a simple update comment feild
to hi where empl# = 5 it works fine, so I assumed it
must've been the join that screwed me up.
Update Local INNER JOIN Remote ON Local.[Employee Number]
= Remote.EMPLOYNUM set Local.badge = remote.badgeid
After looking up the error I think my problem may be that
there are multiple rows in the Local table with the same
employee number.
Can an update be done on a many-to-one join?