G
Guest
In two tables ([Rent] & [Journal]), I have 7 locations (1-7) an [amount]
field, and a [date] field. In the [journal] table, there is another field
that it must look for specifics on: [type] and it must be equal to 4. In
[Rent], there is no such field because all amounts "4"s.
I want to be able to for each location (1-7), have a query that totals the
amount for a given date (Between [enter start date] and [enter ending date]).
If you could help me out, you would be doing me a huge favor because i need
to assimilate this info for years end. thanks you. I tried SQL and I must
have made an error somewhere.
field, and a [date] field. In the [journal] table, there is another field
that it must look for specifics on: [type] and it must be equal to 4. In
[Rent], there is no such field because all amounts "4"s.
I want to be able to for each location (1-7), have a query that totals the
amount for a given date (Between [enter start date] and [enter ending date]).
If you could help me out, you would be doing me a huge favor because i need
to assimilate this info for years end. thanks you. I tried SQL and I must
have made an error somewhere.