Importing Data

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

Guest

I have two questions. 1. is can i import data from an Access database by
queries, or do I have to combine several queries to one and than import the
data. (what i have is information in queries by region, than I want to put
that information into a spreedsheet). 2. Some of the field are an yes/no
reply and I want to bring them over and replace if yes with a 1. this way I
can total each row than.

thanks
 
1. You can create the query you need with the import data wizard. If you are
not familiar with MS Query, creating the query in Access may be easier, but
it usually can be done in both places.
2. There is no need to translate the Yes/No, you can use COUNTIF instead of
SUM to get the total of "Yes" at the end. If you still have to do it, it is
usually better do it in the query before importing, Access can do this things
well.

Hope this helps,
Miguel.
 

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