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 Rhinorhino 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: *

  • Users: fperri
  • Content: Threads
  • Order by date
  1. fperri

    Form Filter with Multiple Values?

    Is it possible to have a filter that has more than one value? I cannot figure out how to code it correctly. THe following is what I have for one value. Me.Filter = "DATATABLE.LenderCode = '" & Me.cboLenderCode & "'" I did this for two values but it doesn't work..... Me.Filter =...
  2. fperri

    Add "ALL" value to combo box.

    I have a combo box that pulls the data from a table. Is there anyway for me to add an "ALL" option to the list?
  3. fperri

    Filter form data in VB code...

    I created a form that has two combo boxes at the top. The user has to select a value in each and then click "search". In the code for the button's onClick event I have put me.requery. Right now I have the form's recordsource property set to a query I created and saved in the database that pulls...
  4. fperri

    Cannot delete Form module that Access says doesn't exist.

    I created a form and had started the code for it - when I went to save I originally saved it as the default "Form1" Then after I finished the code and wanted to add it to my menu I renamed it to what I wanted it in the forms window. For some reason unkown to me, it renamed it, but then left the...

Part and Inventory Search

Back
Top