Hello everyone:
First and foremost: I find this case below difficult to explain so let me hereby present my apologies if someone's willing to help but does not understand what is all this thing about...Just let me know and I will try to explain it better.
I've got a form with a list box. The list box type is that in which the data for the record selected automatically appears in the form. The records (ctrl source) come from a parameter query, so that the records showing in the form are filtered via the parameter query.
The problem is that the query launches twice: for the list box and for the form and the user is prompted to type the data twice. If only the first msgbox is filled, then only data for the list box appear; if it is the second msgbox the one filled, then the data appears for the form but the list box remains blank. If both msgboxs are filled, data appear for both the list box and the form. How do I manage to get only one msgbox appearing but getting data for both the list box and the form?
Best regards!!
First and foremost: I find this case below difficult to explain so let me hereby present my apologies if someone's willing to help but does not understand what is all this thing about...Just let me know and I will try to explain it better.
I've got a form with a list box. The list box type is that in which the data for the record selected automatically appears in the form. The records (ctrl source) come from a parameter query, so that the records showing in the form are filtered via the parameter query.
The problem is that the query launches twice: for the list box and for the form and the user is prompted to type the data twice. If only the first msgbox is filled, then only data for the list box appear; if it is the second msgbox the one filled, then the data appears for the form but the list box remains blank. If both msgboxs are filled, data appear for both the list box and the form. How do I manage to get only one msgbox appearing but getting data for both the list box and the form?
Best regards!!
Comment