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

    Autofilter method of range failed error

    When a value on a dropdown box is selected, it goes to the three worksheets and filters by that value. However, I keep getting this error "Autofilter method of range failed error" when it gets to the second criteria that filters by field:=4 (see bolded). Am I not deselecting something when I'm...
  2. littleclayjar

    Filter Form by Search Criteria

    I have a filter form that has three search criteria for suppliers which is selected by paired list boxes - Country, Technology, Packaging. So when a country is selected, the country moves from Lst_Country_Source to Lst_Country_Dest and changes a field called "InSelectedList" in the Countries...
  3. littleclayjar

    Converting Column Data to Row Data

    I have an Access table structured in the following way: SupplierID Packaging1 Packaging2 1 YES YES 2 YES NO 3 NO YES I need to restructure it so it looks like this: SupplierID PackagingType Value 1...
  4. littleclayjar

    Returning the wrong record value

    Thank you for the help and welcome! I didn't even think of using a SQL statement at all so this was helpful. I ended up trying out a FindFirst method but I'm always open to seeing other methods. Learn more that way. =)
  5. littleclayjar

    Returning the wrong record value

    I have an Access table with the fields "Name" and "IDNum". I need to write a vba module that returns the corresponding "IDNum" when i input the "Name" into the InputBox. So far I have the code below, but it only returns the first "IDNum" record in the table for whatever "Name" I type in. What am...

Part and Inventory Search

Back
Top