toolsofministry
Programmer
I have five fields that I want to use in this routine. What do I need to place them in text1, text2, ETC.
ReadTextFile = "A:\01.txt"
Open ReadTextFile For Input As #1
Input #1, TextFile
DoEvents
Text1.Text = TextFile
Close #1
Thanks,
Gerald Robinson
ReadTextFile = "A:\01.txt"
Open ReadTextFile For Input As #1
Input #1, TextFile
DoEvents
Text1.Text = TextFile
Close #1
Thanks,
Gerald Robinson