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