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 bkrike 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: mikeyp3
  • Content: Threads
  • Order by date
  1. mikeyp3

    check table def for password

    Is there a better way to do this...I have a bunch of db's that have linked tables, we will be password protecting these linked db's with possibility of any 1 of 4 different passwords. My thought is coded below>>>if password 1 errors 'incorrect password' try password 2....etc Do...
  2. mikeyp3

    Transfer a module from db to current db

    How can you import a module from another DB using VB?
  3. mikeyp3

    transfer module from db to current db

    How can you import a module from another DB using VB? Mike
  4. mikeyp3

    Copy recordset to certain columns in excel

    Hello, I'm looking to copy a recordset to certain columns in excel. I am familiar with moving a complete recordset to a range in excel, but is there code to place: rst.field(1) in cell("b10") and rst.field(4) in cell (I10) here is my code to copy an entire recordset Dim db As New...

Part and Inventory Search

Back
Top