Group Records in one table based on records in another table

TimTDP

Registered User.
Local time
Today, 19:53
Joined
Oct 24, 2008
Messages
213
In Access 2000 I have two tables, table1 & table2 table1 contains the fields: Id, RecordingId, RecordingDate table2 contains the fields: FirstRecordingDate, LastRecordingDate I want to run a totals query that shows me the sum of RecordingId in table1, between FirstRecordingDate & LastRecordingDate in table2 How do I do this?
 
about 10000
 

Users who are viewing this thread

Back
Top Bottom