A
Al Mackay
Wondered if anyone could help with the following.
I have an access database that I want to query the following on
Need to be able to sum up the amount of entries by month/year from a
column name 'Received'.
e.g (output to be something like this)
Jan-01 24
Feb-01 33
Apr-01 88
Then, if possible - I have other tables the same that I want to run
this on. Would it then be possible to combine all the queries
together into something that would produce something similar to below:
Table: Example1 Example 2
Jan-01 24 36
Feb-01 33
Apr-01 88 78
Sep-02 101
Hope you can help - please let me know if you need any further info'.
Many Thanks, al.
I have an access database that I want to query the following on
Need to be able to sum up the amount of entries by month/year from a
column name 'Received'.
e.g (output to be something like this)
Jan-01 24
Feb-01 33
Apr-01 88
Then, if possible - I have other tables the same that I want to run
this on. Would it then be possible to combine all the queries
together into something that would produce something similar to below:
Table: Example1 Example 2
Jan-01 24 36
Feb-01 33
Apr-01 88 78
Sep-02 101
Hope you can help - please let me know if you need any further info'.
Many Thanks, al.