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

    How do you identify a return character in VBA?

    I am reading an Excel worksheet into an ACCESS database. I have return values that show up at the end of a lot of the fields. Some of the cells imported have the same values except a few have return codes on the end. This is hurting my sort routines. The fields that have return codes will...
  2. tjessejeff

    Importing of special characters from Excel

    Hi, I have a problem. I imported an Excel spreadsheet into Access. In column A, I have a field that is displaying special charaters for some cells and not for others. These characters are throwing my duplicate search off. Because of these characters, elements that are duplicate appear to be...
  3. tjessejeff

    How to read an ACCESS DB on a different drive

    I have an application written in Access. I what to give the user the ability to put the DB on any drive. How can I write an application that will allow the user to tell it where the DB is located? I what to have a message that says "Unable to Locate DB, Enter the correct DB path or click...
  4. tjessejeff

    Print ACCESS reports thru MS Word

    How do you send a report created in ACCESS to WORD to print as a document? Then I want to save it as a WORD Document.
  5. tjessejeff

    Locating database after it is split in two

    I have created an application that I split in two, source and database. I don't want to control where the user places the database. Is there sample code out there that I can use to ask the user where their database is located and link to it?
  6. tjessejeff

    Using the <recordset>.EOF function problem

    I have the following code that is suppose to search a table for a match. If the end of the file is reached, then the record does not exist. The problem I am getting is "THE OPERATION REQUESTED BY THE APPLICATION IS NOT ALLOW..." ' Open ADO recordset from Problem_ID table...
  7. tjessejeff

    Can I use MS ACCESS forms?

    I am new to VB6 development. I am trying to convert a ACCESS database to VB6. There are forms that uses subforms. Is there a way to copy or use the forms with subforms in VB6? Or is there a way in VB6 to create forms with subform?
  8. tjessejeff

    Form does not display when copied from a CD

    I have created an application that is ready for distribution. If I winzip the application to a diskette it works fine on another PC. If I copy the same application directly to a CD the forms do not display. I want the application to be loaded from a CD and not a diskette. Is there something...

Part and Inventory Search

Back
Top