M
Mike Thomas
In Access 2000 I have a form with a list box with a row source of "GetBoxes"
; a query.
I would like to not have the box display any records unless the user clicks
a button on the form.
Is it possible the set the form's row source property to "Get Boxes", but to
only have the list box requeried when the user clicks the button?
(Me.lstBox.requery).
Many thanks
Mike Thomas
; a query.
I would like to not have the box display any records unless the user clicks
a button on the form.
Is it possible the set the form's row source property to "Get Boxes", but to
only have the list box requeried when the user clicks the button?
(Me.lstBox.requery).
Many thanks
Mike Thomas