COPY query

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

Guest

I have a table that has a unique Key for each row of data. I need a way for
the users to copy a row of data using a query. Is it possible? The
application is contains historical information and the users want to be able
to open a form and then have the option to copy data from a previous record
into the new record. They there are several forms associated with each
record. It would be great if there was a way to prompt for a record id # to
import into the current record.
 
Use a form to enter the ID for the desired record and a subform in datasheet
view so as to copy the record by clicking to the left of the leftmost field
and thus highlighting the row of data. Open a data enter form and paste
append.
 

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