A
alpapak via AccessMonster.com
Filter on combo box
------------------------------------------------------------------------------
--
Hi there
I have a table displayed as a datasheet on a main form. There's a combo box
to pick the date on the main form.
How do I filter the subform (table) based on the Date selected in the combo
box?
The main-sub form looks something like this...
_________________________________
| Pick a date 3/3/2006 \/ | ===>Mainform
_________________________________
| Round Date Name Time |
| 1 3/3/2006 Bob 34.26 | ===>Subform
| 1 7/3/2006 Neal 32.45 |
_________________________________
Thanks
MainForm = [Details]
ComboBox = [DatePick]
SubForm = [SubDetails]
DetailsID
Round
Date
Name
Time
------------------------------------------------------------------------------
--
Hi there
I have a table displayed as a datasheet on a main form. There's a combo box
to pick the date on the main form.
How do I filter the subform (table) based on the Date selected in the combo
box?
The main-sub form looks something like this...
_________________________________
| Pick a date 3/3/2006 \/ | ===>Mainform
_________________________________
| Round Date Name Time |
| 1 3/3/2006 Bob 34.26 | ===>Subform
| 1 7/3/2006 Neal 32.45 |
_________________________________
Thanks
MainForm = [Details]
ComboBox = [DatePick]
SubForm = [SubDetails]
DetailsID
Round
Date
Name
Time