Importing data from Excel to Query

K

Kaylen

Is there a way to import data from Excel to update a Query? What I did was
have the users export the query to an excel spreadsheetso that the files can
be reviewed by another person. The reviewer did some corrections on the excel
worksheet and now I would like to have a code or a command button that allows
the user or the reviewer to import the corrected excel worksheet to the
existing query, updating only whatever the corrections are, not duplicate all
the files. Is this possible? Any help is appreciated!
 
A

AccessKorea

Kaylen said:
Is there a way to import data from Excel to update a Query? What I did was
have the users export the query to an excel spreadsheetso that the files can
be reviewed by another person. The reviewer did some corrections on the excel
worksheet and now I would like to have a code or a command button that allows
the user or the reviewer to import the corrected excel worksheet to the
existing query, updating only whatever the corrections are, not duplicate all
the files. Is this possible? Any help is appreciated!
 
A

AccessKorea

You can set an extra field in worksheet for user to mark which record is
changed and you can use query to replace only those data.
 

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