Hi All,
Need help with the following code. What I am trying to accomplish is to have:
Record1
Record2
Record2
Record5
Record9
Record1..etc.
With the following code my data is coming out as:
Record1
Record2
Record5
Record9
Record2
Record5
Record9
Record1..etc.
Any suggestions on how to have...
Hi,
The following code is working as I like, only problem is, I cannot seem to have it export to text as fixed width. Any help would be greatly appreciated.
Option Compare Database
Option Explicit
Sub ExportTextFile2()
Dim rst As ADODB.Recordset ' Used to open record1
Dim rst2 As...
Hi,
I'm new here. Any advice would be greatly appreciated. I have 3 tables that I have to extract into one text file. The required format is:
Recordtype0 ID Name <--this is coming from table 1
Recordtype1 ID Phone Number <--this is coming from table 2
Recordtype1 ID Phone...
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.