Apologies if this has already been posted and answered, frustrated and tired and didn't look for a similar post very long. In any event:
Have a form "frmViewOrderData" that displays Orders, one order at a time. On this form I have a combo box "txtSelectOrder" with an Apply Filter Macro bound for AfterUpdate Event. The code for the Apply Filter is [OrderNumber] like "*" & [form]![txtSelectOrder] & "*". For those who are lost at this point (I'd have been six months ago) when the user makes a selection in the txtSelectOrder Combo Box the Form displays the chosen Order Details.
This worked fine until a few hours ago, I could open the form and choose the Order I wanted to view. Then I closed the database and focused on other issues for an hour or two. When I reopened the database and form, and then attempted to use the combo box I got a popup with
Enter Parameter V... ? [form]![txtSelectOrder]. Obviously if I again enter the data into the popup everything works as expected, if I choose not to enter any data or just close the popup the form redisplays the first record.
I have another form "frmEditOrderData" which is exactly the same form, just with all the fields enabled. It uses the same (I believe) code, macros, etc. and it works. Just the "frmViewOrderData" has the problem (at least so far).
So does anyone know what is causing this? Or what I'm missing, pretty much at a loss here.
Thanks.