E
Eric
I currently have a form set up that links to a vendor table list and
passes that parameter on to the parameter query to bring up all of the
products used by a vendor and the usage data for 2004-200X month over
month with YTD totals for each year. This is for the number of hits on
vendor sites of things we pay for.
The vendor list is it's own table with key, linked to the product list,
which is then linked to separate tables for 2004, 2005, 2006. Each of
the year tables includes the Jan-Dec monthly usage, and then YTD
totals.
I would like to add radio boxes that will allow the users to select
what year ranges to display since they don't always need to see every
year. I don't know what would be the best way to do this. The only
thing that I can think of is have different queries for each possible
year range, and somehow specify that when the radio boxes are checked
in specific combinations, that the query with those ranges should be
selected. There must be a better way to do this, any ideas? I'm
new-ish to access, but I would like to add this functionality to the db
if possible.
Thanks!
passes that parameter on to the parameter query to bring up all of the
products used by a vendor and the usage data for 2004-200X month over
month with YTD totals for each year. This is for the number of hits on
vendor sites of things we pay for.
The vendor list is it's own table with key, linked to the product list,
which is then linked to separate tables for 2004, 2005, 2006. Each of
the year tables includes the Jan-Dec monthly usage, and then YTD
totals.
I would like to add radio boxes that will allow the users to select
what year ranges to display since they don't always need to see every
year. I don't know what would be the best way to do this. The only
thing that I can think of is have different queries for each possible
year range, and somehow specify that when the radio boxes are checked
in specific combinations, that the query with those ranges should be
selected. There must be a better way to do this, any ideas? I'm
new-ish to access, but I would like to add this functionality to the db
if possible.
Thanks!