I have added code to turn a list box into a multi-selection list box. Part of the code includes Echo False and Echo True. This does not seem to be completly working. The form shows too soon when the queries behind the Open form button are not complete. As a general note: using the multi-select functionality takes a while to work...not overly long but I wish it could be faster. Here is the code I am using to open the form using the data from a multi-select list box:
Main question: How can I keep the Form from showing until the code is completely complete?
Secondary question: Is there better (faster) code to use for a multi-select list box?
Thanks,
Code:
Main question: How can I keep the Form from showing until the code is completely complete?
Secondary question: Is there better (faster) code to use for a multi-select list box?
Thanks,