bwyrwitzke
Registered User.
- Local time
- Today, 05:50
- Joined
- Nov 11, 2002
- Messages
- 50
I was hoping Nero's response to the DLOOKUP question would help solve my problem...
BACKGROUND: The Form (frmSearch) has two sections. One side consists of 7 check boxes and the other side is a listbox. Each time a check box is checked, a requery occurs, updating the records that match the checks. The other side of the form is a list box that is based on the query created with the check boxes.
GOAL: Update the list box everytime a box is checked, without prompting the user to click a command button
WHAT'S REALLY HAPPENING: The list box never changes. It always shows the entire list. To ensure that the query is updating, after every event, a dialog box opens with the same list box, and it updates as expected.
QUESTION: How do I update the list box without prompting the user or opening a new form? I've tried me.listbox.requery just about everywhere. Is there another command to refresh? Thanks!
Bruce
BACKGROUND: The Form (frmSearch) has two sections. One side consists of 7 check boxes and the other side is a listbox. Each time a check box is checked, a requery occurs, updating the records that match the checks. The other side of the form is a list box that is based on the query created with the check boxes.
GOAL: Update the list box everytime a box is checked, without prompting the user to click a command button
WHAT'S REALLY HAPPENING: The list box never changes. It always shows the entire list. To ensure that the query is updating, after every event, a dialog box opens with the same list box, and it updates as expected.
QUESTION: How do I update the list box without prompting the user or opening a new form? I've tried me.listbox.requery just about everywhere. Is there another command to refresh? Thanks!
Bruce