Update query...Write Conflict

  • Thread starter Lynn Pennington
  • Start date
L

Lynn Pennington

I have a form to allow user to change some information in
a Access table. The change will affect all the records in
the table so I created this Update Query to make the
change.

UPDATE tbl_DataSources SET tbl_DataSources.UID = [forms]!
[frm_DataSources]![txtUID], tbl_DataSources.PWD = [forms]!
[frm_DataSources]![txtPWD];

A "Write Conflict" dialog box appears with "Save
Record", "Copy to Clipboard" and "Drop Changes".

Please advise.
Lynn.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top