•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the MS SQL section within the Web Development category of DaniWeb, a massive community of 397,779 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,469 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our MS SQL advertiser:
Views: 3289 | Replies: 1
•
•
Join Date: Sep 2006
Posts: 20
Reputation:
Rep Power: 2
Solved Threads: 0
Hi Guys,
I was just trying to transfer data from access tables to a txt file and then back from file into a table using following code
Is it possible to create and manipulate import/export specifications using the VBA code rather than the access manu so that I can make it work on different systems.
Thanks for your time
I was just trying to transfer data from access tables to a txt file and then back from file into a table using following code
Private Sub Command0_Click() DoCmd.TransferText acExportDelim, "Db Export Specification", "AUTHENTICATION", "J:\Power Equipment\Common\SK\db.TXT" End Sub Private Sub Command1_Click() strSQL = "delete * from AUTHENTICATION_TEST" DoCmd.RunSQL strSQL DoCmd.TransferText acImportDelim, "Db Import Authentication Specification", "AUTHENTICATION_TEST", "J:\Power Equipment\Common\SK\db.TXT" End Sub
Is it possible to create and manipulate import/export specifications using the VBA code rather than the access manu so that I can make it work on different systems.
Thanks for your time
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb MS SQL Marketplace
•
•
•
•
access ajax asp breach broadband code combo crime daniweb data data protection data transfer database developer development drive dropdownlist forensics government gpt guid partition table hacker hard hardware hitachi internet ip linux microshaft microsoft module ms msdn net news office partition reuse security software sql storage survey terabyte vista web wikipedia
- Get data out of excel file stored as an image (MS SQL)
- Help locking down access to client data from "outside" hacking. (Network Security)
- conversion of text file into data base file (Visual Basic 4 / 5 / 6)
- drop down list in VB6 from Access table (Visual Basic 4 / 5 / 6)
- printing an access table in VB6 (Visual Basic 4 / 5 / 6)
- empty or delete data index file in temp internet files (Windows NT / 2000 / XP / 2003)
- Create stats from a text file (Java)
Other Threads in the MS SQL Forum
- Previous Thread: Select Until ?
- Next Thread: mysql to msql data migration



Threaded Mode