A
Amy
I have a field that I need to duplicate the data into another field for
purposes of performing a mail merge in a program that the developers didn't
feel we needed to use as a mail merge field. I have been trying to use an
update query and I cannot get it to do anything. Both fields are in the same
table, this has morphed to the point I have no idea where I started with
this. I think the orginal query looked quite simple, something like update
AccountingCode = CVPasswords. Which didn't work either.
Here is where I am after a whole lot of trial and error:
UPDATE tblClients SET AccountingCode =
DLookup("PRPWd","qryCvPassWords","ID='" & [ID] & "'");
I would appreciate any help.
Thanks,
Amy
purposes of performing a mail merge in a program that the developers didn't
feel we needed to use as a mail merge field. I have been trying to use an
update query and I cannot get it to do anything. Both fields are in the same
table, this has morphed to the point I have no idea where I started with
this. I think the orginal query looked quite simple, something like update
AccountingCode = CVPasswords. Which didn't work either.
Here is where I am after a whole lot of trial and error:
UPDATE tblClients SET AccountingCode =
DLookup("PRPWd","qryCvPassWords","ID='" & [ID] & "'");
I would appreciate any help.
Thanks,
Amy