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 Chris Miller 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: Aaswi
  • Order by date
  1. Aaswi

    Reading from one field and printing results in another.

    Thanx alot TheAceMan1 and all other technical personnel who replied. I have tried the refined codes of TheACEMan1, but i still have the problem. Actually i want to apply filter on all of the employees in a particular scheme. It works fine for small schemes and give the above Runtime error msg...
  2. Aaswi

    RUNTIME ERROR 2176

    Hi to every one in the Forum. My name is ALi and am new to the Forum. I have a problem with Filter in VBA when i try to execute the following code ---------------------------------- If RS1.RecordCount > 0 Then X = "(" Do While Not RS1.EOF X = X + "'" + RS1.Fields(0) + "'"...

Part and Inventory Search

Back
Top