Hello All,
I created a Searchform that is working beautifully to search through my tables and find the data and displays in a list box. The problem that I am running into is that my double click to open a form is not working. I currently have the code written as
DoCmd.OpenForm "ProvidersF", , , "Provider ID= " & Me.ProviderList
When I double click on the record I want to open in my other form I get Syntax error (missing operator) in query expression 'Provider ID=3', which is a true statement. I have checked out the baldry web page, but I still can't get it to work.
Any thoughts?
I created a Searchform that is working beautifully to search through my tables and find the data and displays in a list box. The problem that I am running into is that my double click to open a form is not working. I currently have the code written as
DoCmd.OpenForm "ProvidersF", , , "Provider ID= " & Me.ProviderList
When I double click on the record I want to open in my other form I get Syntax error (missing operator) in query expression 'Provider ID=3', which is a true statement. I have checked out the baldry web page, but I still can't get it to work.
Any thoughts?