IanMilly
Registered User.
- Local time
- Today, 01:25
- Joined
- Jun 1, 2004
- Messages
- 46
Hi,
I automatically create files via access, then I am sending lots of data to those text file (well an .sql file to be exact) as strings.
I have the transfer working great, everything is working fine
What I want to have is a header on the page automatically transfered from access. How can i do this?
I guess this will be a v easy one, but i can't find any solutions for it.
Thanks
Ian
I automatically create files via access, then I am sending lots of data to those text file (well an .sql file to be exact) as strings.
I have the transfer working great, everything is working fine
Code:
Print #iFileNumber, sTheDataIAmPassing
What I want to have is a header on the page automatically transfered from access. How can i do this?
I guess this will be a v easy one, but i can't find any solutions for it.
Thanks
Ian