I have some Access forms in text format that were exported using "SaveAsText".
I want to put these into a sql table using a varchar(max) data field.
How do I load each text file, which has up to 1000 line of code, into a single record using the VARCHAR(MAX) field?
Can the text in the sql record be directly loaded using "LoadFromText" or will I have to rebuild the text file and load from that?
What I'm trying to do is remotly swap forms in an Access ADP file that is in use.
I want to put these into a sql table using a varchar(max) data field.
How do I load each text file, which has up to 1000 line of code, into a single record using the VARCHAR(MAX) field?
Can the text in the sql record be directly loaded using "LoadFromText" or will I have to rebuild the text file and load from that?
What I'm trying to do is remotly swap forms in an Access ADP file that is in use.