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 strongm 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: *

  1. rittiger15

    Mapped Drive Path

    xtendscott, Thanks for your reply. This is what we have right now. We are able to save the files on the production side, but we can't hit the mapped drive so the files are not getting to the test side. I don't think we are getting the path correct. The mapped drive is: Production side...
  2. rittiger15

    Mapped Drive Path

    I have a database that use cold fusion to create text files of the data. These text files can then be downloaded by users from the server. I used to save the files on a local drive where my code looked like this: variables.path = "C:\agcomm\cfml\downloads"; However, since our customer...
  3. rittiger15

    Using InetTransferLib in MDE files

    I have a database that uses the InetTransferLib Add-In to help transfer and receive files via FTP. I need to turn my .mdb file into a .mde file and Access will not let me create the file. It says that MDE files cannot reference MDB databases. After playing with my code, it was determined that...
  4. rittiger15

    Check to see if Table Field Exists in VBA

    I have a database that imports data from previous versions of the same database. The problem I run into is that one of the fields changed names since the first version. Version 1 field name = FIELDA Version 2 field name = FIELDB I need the database to look at the table and determine which...
  5. rittiger15

    Export to Text file changing Delimiter

    Thanks Mikevh. That was exactly what I needed. Chris
  6. rittiger15

    Export to Text file changing Delimiter

    I am trying to export a table to a text file and am using the acExportDelim function, however I don't want a comma to be my delimiter, is there a way to change this?? Should I use different code and not use this function?? Thanks, Chris

Part and Inventory Search

Back
Top