update problem
access 10 running as 2007 mdb
attached sql view of update query
UPDATE DiveRecords SET DiveRecords.Patient1Name = [Forms]![updatechangesdives]![nametouse]
WHERE (((DiveRecords.Patient1Name)=[Forms]![updatechangesdives]![orgname]));
I am trying to change the field I am searching
form updatechangesdives has data in both fields
resultant table diverecords not updated
access 10 running as 2007 mdb
attached sql view of update query
UPDATE DiveRecords SET DiveRecords.Patient1Name = [Forms]![updatechangesdives]![nametouse]
WHERE (((DiveRecords.Patient1Name)=[Forms]![updatechangesdives]![orgname]));
I am trying to change the field I am searching
form updatechangesdives has data in both fields
resultant table diverecords not updated