How to update data in a query

  • Thread starter AccessIlliterate
  • Start date
A

AccessIlliterate

One part of my database is used to keep track of contacts within clients. I
created a query using a table and a crosstab query and exported it to excel.
I had staff in my office update the contact information.

Now I want to update the query with the new information from the excel
spreadsheet. The spreadsheet includes updates to existing data and new
record.

How can I do this? It does not look like an update or apend query are what
I am looking for.

Thanks
Brian
 
J

John W. Vinson

One part of my database is used to keep track of contacts within clients. I
created a query using a table and a crosstab query and exported it to excel.
I had staff in my office update the contact information.

Now I want to update the query with the new information from the excel
spreadsheet. The spreadsheet includes updates to existing data and new
record.

How can I do this? It does not look like an update or apend query are what
I am looking for.

Thanks
Brian

It's hard to say, because you haven't given us any information about how your
tables are structured or what the user is updating. It is certain, however,
that a Crosstab query will not be editable; it summarizes the data and
presents the summary. You'll have to have some way to tease out the underlying
unsummarized values.

If you're correcting contact information for existing records, I'd expect that
an Update query should work, but you'll have to tell us more about your tables
(primary key? what's exported and what's not? how can you link the data in the
Excel spreadsheet to the correct record in the table?) to say how.
 

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

Similar Threads


Top