T
Tim Schiermeyer
I need to do the following:
Write this to a text file
"Text1 " [field data1] ",text2=" [field data 2] ",text3=" [field data 3]
",text4=" [field data 4] ... etc.. etc
The pass couple of days I have been trying to do this at a high approach for
I thought that this was my only option. I use a DDE interface approach
talking to textpad. At which point I was about an hour from completion a
co-worker sat down with me and pointed out a low level approach that lends
itself without the dependence of Textpad. He said I should use the
CreateTextFile function and the Put instructions.
My question is, is this the best approach, will this work, and potential
road blocks I can't see for my ignorance with work with VBA for about a
week? Please response. I would like full control, therefore low level and no
dependence on other programs.
Thank you
Tim Schiermeyer
Rookie
Write this to a text file
"Text1 " [field data1] ",text2=" [field data 2] ",text3=" [field data 3]
",text4=" [field data 4] ... etc.. etc
The pass couple of days I have been trying to do this at a high approach for
I thought that this was my only option. I use a DDE interface approach
talking to textpad. At which point I was about an hour from completion a
co-worker sat down with me and pointed out a low level approach that lends
itself without the dependence of Textpad. He said I should use the
CreateTextFile function and the Put instructions.
My question is, is this the best approach, will this work, and potential
road blocks I can't see for my ignorance with work with VBA for about a
week? Please response. I would like full control, therefore low level and no
dependence on other programs.
Thank you
Tim Schiermeyer
Rookie