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

    Filter record Two Criteria

    All, I am a VB bumbler so this is very simple but I really need a little help. I just want to place a filter on a form with two criteria. I have it done with one: stLinkCriteria = "[Processor]= '" & Me![AssociateDrop] & "'" but now need two, something like: stLinkCriteria = "[Processor]=...
  2. boredguy2000

    Adding Data from Form to Table depending on blank field in Table

    Hello all. I am trying to write data from 2 form fields to a table based on whether this is the first time or subsequent time it has been written. Something like: Private Sub Capture_Status_Change_Click() If Table![workingtable].[LMStatus1] Is Null Then Let...
  3. boredguy2000

    Multiple List Box Question

    All, I am attempting to use a list box with multiple possible entries to populate a filtered form. As of now I have dependent combo boxes that work perfectly fine but for this permutation I want the user to be able to pick let's say 1-6 states, have the filtered form(s) open with the header...

Part and Inventory Search

Back
Top