Copying module

J

JOhn

I have a module that updates and copies across records in
a table. The problem is when I do the update to the
record it applies it to all the records. I only want it
to update the new records that are copied across. Any
ideas?
 
U

user

make a query that update the selected records you want first and then a
second one that copy the updated records (then with a different select
as they just been modified) in the table...
 

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