Hey guys,
Got a stumper and can't figure it out.
I have a search form that allows me to find a record, and then double click on it to open the form with that record. The actual code is:
DoCmd.OpenForm "Workorders by Customer", , , " customers.customerID = " & Me.lstCustInfo, , acDialog
The problem is, that it always opens the "Workorders by Customer" form as a pop-up window even though the properties of the form has Pop-up = No, and Modal = No.
The form also acts Modal, in that if you open another form from this "pop-up form", the other forms always opens in the background and you cannot access it.
Any thoughts or advice would be appreciated!!
Richard
Got a stumper and can't figure it out.
I have a search form that allows me to find a record, and then double click on it to open the form with that record. The actual code is:
DoCmd.OpenForm "Workorders by Customer", , , " customers.customerID = " & Me.lstCustInfo, , acDialog
The problem is, that it always opens the "Workorders by Customer" form as a pop-up window even though the properties of the form has Pop-up = No, and Modal = No.
The form also acts Modal, in that if you open another form from this "pop-up form", the other forms always opens in the background and you cannot access it.
Any thoughts or advice would be appreciated!!
Richard