Experts:
How can I create a simple report in MS Access 2000 in which it only has two values.
For example, I have two separate tables with user submissions, Entries1 and Entries2. I can easily create 1 query from 1 table and then by adding [Type beginning date] & " and " & [Type ending date] in the constraint area of the query, but don't know how to incorporate this into the report with 2 queries.
Is there a line of code to display just the count from query1 and query2.
For example:
===========================
Report:
Total between Date1 and Date2
E1 E2
===========================
Where E1 is something like: '
SELECT count(EntryID1)
FROM table1
where date ...
Please help.
How can I create a simple report in MS Access 2000 in which it only has two values.
For example, I have two separate tables with user submissions, Entries1 and Entries2. I can easily create 1 query from 1 table and then by adding [Type beginning date] & " and " & [Type ending date] in the constraint area of the query, but don't know how to incorporate this into the report with 2 queries.
Is there a line of code to display just the count from query1 and query2.
For example:
===========================
Report:
Total between Date1 and Date2
E1 E2
===========================
Where E1 is something like: '
SELECT count(EntryID1)
FROM table1
where date ...
Please help.