Hi,
My name is Eric. Thank you for using the Microsoft Access Newsgroups.
You wrote:
"OK I want to update a field of on table from the field of another when key
fields are the same....here is what I have but it doesn't update.....any
suggestions?
UPDATE Patrons, Rahsstu SET Patrons.teacher = Rahsstu!Field142
WHERE ((Patrons!pid=Rahsstu!Field8)); "
Try:
UPDATE Patrons INNER JOIN Rahsstu ON Patrons.pid = Rahsstu.Field8 SET
Patrons.teacher = Rahsstu!Field142
I hope this helps! If you have additional questions on this topic, please
respond back to this posting.
Regards,
Eric Butts
Microsoft Access Support
"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
<
http://www.microsoft.com/security/security_bulletins/ms03-026.asp> and/or
to visit Windows Update at <
http://windowsupdate.microsoft.com/> to install
the patch. Running the SCAN program from the Windows Update site will help
to insure you are current with all security patches, not just MS03-026."