Copy an paste a column in a query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, How could I automatically copy a column in a query and paste it replacing
the information of another column of the query, preferible with a button
pasted in a form?????
 
filo666 said:
Hi, How could I automatically copy a column in a query and paste it
replacing the information of another column of the query, preferible
with a button pasted in a form?????

We don't copy and paste in databases. You need to use an update query and
you would do this against the source table that your current query is based
on, not on the query itslef although you might need to copy the same WHERE
clause that your current query is using.
 

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

Back
Top