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...
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...
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...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.