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