Sumproduct in Excel Spreadsheet to read Access db

G

Guest

Hi

I have an Excel spreadsheet that I currently export my access db to that
uses SUMPRODUCT. Is it possible to get the SUMPRODUCT formula to read the
access db without exporting the data. If not how do I set up an option on the
switchboard to export the data to the excel spreadsheet. This will need to
only export the data since the last time it was exported - ie only that which
has been edited or updated or can this only be done for the whole database ie
I would have to clear the spreadsheet before exporting the data?

Tx
 
G

Guest

There are a two ways that I know of to do this.

The first one:
When useing the Reports Wizard choose to do a summary report. This can be
found after you have choosen what fields to use. It may take a few botchs to
get it right. Probably no more than 20 min of your time.

The Second Option:
Unfortunitly this gets kinda comlicated so I recommend that you look to this
option as something in the future to research.

In an unbound control:
=DCount("*",Table","[SomeField] = SomeCriteria")

The best place to try and find this info is in the VBA Help "DCount"
 

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