I have 2 questions. First, I’m sure there is an easy answer but I have not found it. I would like a list box that is defined by a query, the problem is that the query I want to use is one that the user inputs a value in a dialog box. When the user inputs the value to sort the query, the user has to enter information twice, and the listbox does not always update to the correct data.
The second question is, can I have the user click on an item in a listbox to go to another form that can be filtered by the item clicked in the listbox?
So what I would like is to have the user enter a value in the dialog box, that opens a form that lists the filtered data, then I would like to have a listbox on the form that has records that pertain only to the record that is filtered on the form. Then I would like to have the user click on an item in the listbox to go to another form that has fields that relate to the item clicked on the list.
The second question is, can I have the user click on an item in a listbox to go to another form that can be filtered by the item clicked in the listbox?
So what I would like is to have the user enter a value in the dialog box, that opens a form that lists the filtered data, then I would like to have a listbox on the form that has records that pertain only to the record that is filtered on the form. Then I would like to have the user click on an item in the listbox to go to another form that has fields that relate to the item clicked on the list.