I
instereo911 via AccessMonster.com
Good afternoon,
I don't know how to explain this well but here you go (and semi new to access)
The form selection which feed into a query to show what was selected on the
form to play in the query. (that doesn't make sense but i don't know how to
explain well)
Here is the example..
(Table1 example)
Director
Apple
Orange
Pear
(AbndtTable example)
Director Date Jan Feb
Apple 01/01/2008 Big Red
Apple 01/01/2008 Big Green
Apple 01/01/2008 Small Red
Orange 01/01/2008 Big Orange
Pear 01/01/2008 Med Green
Apple 01/02/2008 Small Red
etc.
Query1
SELECT AbndtTable.Date, AbndtTable.Director, AbndtTable.Jan, AbndtTable.Feb,
FROM AbndtTable
WHERE (((AbndtTable.Date)=[Forms]![Form1]![DatesList]) AND ((AbndtTable.
Director)=[Forms]![Form1]![DirectorList]));
(Form1 example)
DateList Drop Down Menu (values 01/01/2008, 01/02/2008, etc)
DirectorList Apple
Orange
Pear
JanList Big
Small
Med
button that says RUN QUERY
So if the selection 01/01/2008, Apple and Pear selected and Nothing selected
on JanListit will link to a query to show everythig meeting those criteria
selected
So It will show
Apple 01/01/2008 Big Red
Apple 01/01/2008 Big Green
Apple 01/01/2008 Small Red
Pear 01/01/2008 Med Green
I can't figure it out...
Anyone or anything can help.
I don't know how to explain this well but here you go (and semi new to access)
The form selection which feed into a query to show what was selected on the
form to play in the query. (that doesn't make sense but i don't know how to
explain well)
Here is the example..
(Table1 example)
Director
Apple
Orange
Pear
(AbndtTable example)
Director Date Jan Feb
Apple 01/01/2008 Big Red
Apple 01/01/2008 Big Green
Apple 01/01/2008 Small Red
Orange 01/01/2008 Big Orange
Pear 01/01/2008 Med Green
Apple 01/02/2008 Small Red
etc.
Query1
SELECT AbndtTable.Date, AbndtTable.Director, AbndtTable.Jan, AbndtTable.Feb,
FROM AbndtTable
WHERE (((AbndtTable.Date)=[Forms]![Form1]![DatesList]) AND ((AbndtTable.
Director)=[Forms]![Form1]![DirectorList]));
(Form1 example)
DateList Drop Down Menu (values 01/01/2008, 01/02/2008, etc)
DirectorList Apple
Orange
Pear
JanList Big
Small
Med
button that says RUN QUERY
So if the selection 01/01/2008, Apple and Pear selected and Nothing selected
on JanListit will link to a query to show everythig meeting those criteria
selected
So It will show
Apple 01/01/2008 Big Red
Apple 01/01/2008 Big Green
Apple 01/01/2008 Small Red
Pear 01/01/2008 Med Green
I can't figure it out...
Anyone or anything can help.