Hungoverhippie
Programmer
Ok theres got to be away to do this,
reading from a text File and the lines read
rst1.fields("test"
rst1.fields("test2"
I read these into an array then I do my select statement and Open from my sql database no problem but then how can i assign from my recordset that is returned
a$ = array(1)
I get a$ = "rst1.fields("test"
"
I want a$ to read the literal from array(1) as in the field info in rst1.fields("test"
Hope this makes since...
Thanks In Advance
HungOverHippie
reading from a text File and the lines read
rst1.fields("test"
rst1.fields("test2"
I read these into an array then I do my select statement and Open from my sql database no problem but then how can i assign from my recordset that is returned
a$ = array(1)
I get a$ = "rst1.fields("test"
I want a$ to read the literal from array(1) as in the field info in rst1.fields("test"
Hope this makes since...
Thanks In Advance
HungOverHippie