G
Guest
I need to be able to populate a report based on volume data for each day of
the year. For example: If today is March 1st, and historically March 1st is
a high volume date, the volume # is 5. If March 1st is a low volume date,
the volume # is 3. I have a table that lists all the high volume dates and
low volume dates, and I have a table that gives me the number for high
volumes and low volumes. How do I build a query that based on the date will
give me my volume #. I started to think this would be an if/then statement,
but access only seems to want that to be true or false so that doesn't work.
Any suggestions (easy steps please I'm not a power user). thx
Example: I run the query, it asks me what date it is, then it gives me what
my volume # for today is - based on it looking at the two tables, date &
volume.
the year. For example: If today is March 1st, and historically March 1st is
a high volume date, the volume # is 5. If March 1st is a low volume date,
the volume # is 3. I have a table that lists all the high volume dates and
low volume dates, and I have a table that gives me the number for high
volumes and low volumes. How do I build a query that based on the date will
give me my volume #. I started to think this would be an if/then statement,
but access only seems to want that to be true or false so that doesn't work.
Any suggestions (easy steps please I'm not a power user). thx
Example: I run the query, it asks me what date it is, then it gives me what
my volume # for today is - based on it looking at the two tables, date &
volume.