Copy record

G

Guest

I want to copy a record from a table and create a new record in the same
table but with the amount field changed e.g if amount is 1.00 it should read
in the new record as -1.00 . Append querry craetes a record 'as is'. Do I
need to create an append as well as update querry?
 
G

Guest

In design view for your append query pull down the individual fields. For
that one field edit from YourField to look like X: [YourField] * -1

Set your criteria and run.
 

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