Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Sherman123

    ListBox Lookup with Subform

    Thanks Remou, With a little modification it now works.
  2. Sherman123

    ListBox Lookup with Subform

    Getting closer, I now get error 3077, missing operator in expression. Form_FlightsTest.Recordset.FindFirst "Fltno=" & Form_FlightsTest.lst1.Column(0, 0)
  3. Sherman123

    ListBox Lookup with Subform

    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)
  4. Sherman123

    ListBox Lookup with Subform

    Hi Remou, I am creating a report and when I close the report I want to select the 1st item in the list box and find that record on the form. Thanks
  5. Sherman123

    ListBox Lookup with Subform

    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...

Part and Inventory Search

Back
Top