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

    Find as you Type Combobox Problem

    That appears to have done the trick. You rock! Thank you very much for your assistance!!
  2. GregSchlemm

    Find as you Type Combobox Problem

    Here's the code that's called on the subform: Option Compare Database Option Explicit Public faytProducts As New FindAsYouTypeCombo Private Sub Form_Load() faytProducts.InitalizeFilterCombo Me.cboProductID, "ProductName", False End Sub Thanks for the help! Greg
  3. GregSchlemm

    Find as you Type Combobox Problem

    I do want to add that I am not referencing the DAO object library, but I am referencing the Office 14.0 Object Library and the Office 14.0 Access database engine Object Library if that's of any consideration.
  4. GregSchlemm

    Find as you Type Combobox Problem

    It's breaking here: End With Set mRsOriginalList = mCombo.Recordset.Clone Exit Sub on the Set mRsOriginalList line
  5. GregSchlemm

    Find as you Type Combobox Problem

    Hi everyone, I want to say that I just joined here. Stumbled upon it through goggle and have been just browsing around trying to resolve some issues and incorporate new ideas. What a great place this is!! I'm trying to incorporate MajP's Find As Your Type Combobox faq702-6304. Currently it's...

Part and Inventory Search

Back
Top