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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Quigger

  1. Quigger

    Linking to TXT files and creating the fields

    I am trying to link a txt file (which is in a CSV format) to my database, and then create the fields needed. There are only three needed: second field - user third field - date fourth field - time all the users are defaulted. I get the error stating that the fields are not defined, and I'm...
  2. Quigger

    How to open an excel worksheet from Access VBA

    I have a procedure where I open an excel spreadsheet from within Access. I want to be able to open the spreadsheet and then have it go to a specific worksheet, which is dependent on the unit name. I've used the shell command to open the specific spreadsheet, but I can't figure out how to...
  3. Quigger

    Using Bold for an email in VBA

    Okay, first timer here: I am sending out an email, and I want to bold the headers or title of the field in the email, but not the data. Here is the code being used. strUpdate = "RCID#: " & rst!RCID & vbCr _ & "Software Affected: " & rst!Software & vbCr _...

Part and Inventory Search

Back
Top