D
Denver
I have 2 list boxes in my form with a subform...
the first one name List4:rowsource: SELECT [Filtering Data].[Site Location]
FROM [Filtering Data] GROUP BY [Site Location];
the 2nd one name List39:rowsource: SELECT DISTINCTROW [Filtering
Data].[Drawing Type] FROM [Filtering Data] GROUP BY [Drawing Type];
I want to limit my selection after a selection from the 1st list box, is
this possible? do i need to right a code in both list boxes? can anyone help
me what code would that be?
I have a button name CLEAR that when click it clears the selection from the
list boxes, is this possible?
I also have another button name SEARCH that when click It Filters the
selection in the subform, is this possible?
can anyone help me how to start with my codes?
thanks
the first one name List4:rowsource: SELECT [Filtering Data].[Site Location]
FROM [Filtering Data] GROUP BY [Site Location];
the 2nd one name List39:rowsource: SELECT DISTINCTROW [Filtering
Data].[Drawing Type] FROM [Filtering Data] GROUP BY [Drawing Type];
I want to limit my selection after a selection from the 1st list box, is
this possible? do i need to right a code in both list boxes? can anyone help
me what code would that be?
I have a button name CLEAR that when click it clears the selection from the
list boxes, is this possible?
I also have another button name SEARCH that when click It Filters the
selection in the subform, is this possible?
can anyone help me how to start with my codes?
thanks