Search results

  1. mrrayj60

    Error from txtbox looking up listbox

    Then he also said to use this line instead as my data is a character field with numbers and letters.. rs.FindFirst "[License Tag Number] = " & Chr(34) & Me.txtSearchReg & Chr(34)
  2. mrrayj60

    Error from txtbox looking up listbox

    This was a reply to a post early in the week... ********* I missed that you were doing this with a form and subform. Form2.List27 Form1.txtSearchReg You are entering a tag number into txtSearchReg. Then you want to search the listbox (List27) on form2? and highlight a row with that tag in...
  3. mrrayj60

    Error from txtbox looking up listbox

    I have a form and subform, they are linked by the field License Tag Number, a text field in my table, vistorlog. I enter a tag number to display of all the entries that equal this tag number and I get an error on the line noted ** Can anyone suggest a fix? Runtime error 438 Object doesnt support...
  4. mrrayj60

    Help with Form in a Form and text box

    I have a form(single) with a subform(continuous) that contains a listbox. The main form has a txtSearchReg box to enter a license tag number and I want the list box to display all matches found from a table, visitorlog. This code in the after event gives me an error method member not found...
Back
Top Bottom