I need to make it so that a DB of a membership list I have can send the sum value of a column to a cell in a Excel spreadsheet.
Basically:
I have in Access a membership database which, among other things, includes a list of dues paid per month by each member.
In Excel I have the financial statements for said group. And it would really be fantastically helpful if I can make it so that the cell in excel that holds the, let's call it: "Dues paid in January" entry for the Financial statement gets the total sum of the column "January" in the table "Membership Dues" table.
For this to work I need it to only provide the number in that one cell as the value of that cell gets used to calculate the total dues income.
I've tried using the built in query system but I can't get to only show me the value in that single cell.
Is what I'm trying to do even possible??
If so then please help me