Getting closer,
I now get error 3077, missing operator in expression.
Form_FlightsTest.Recordset.FindFirst "Fltno=" & Form_FlightsTest.lst1.Column(0, 0)
Thanks again Remou,
I have this code in the report close event:
Form_FlightsTest.Recordset.FindFirst "Fltno=" & Form_FlightsTest.Lst1.Columns(0, 0)
When I close the report it finds an error on method or data member not found, Columns(0,0)
I have a main form with a ListBox being used to find records that match the selected value. This works fine when I click in the List Box, but when I use code to select an item in the Listbox it does not do anything.
I am using:
Form_FlightsTest.Lst1.SetFocus...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.