G
Guest
Hi
i have a query that has one field which i would like to use the split
function. i open it using ADO. how do i add the split to the recordset.
example: column1 needs to be split. i use MySplitVar= split(column1) i then
have MySplitVar(0) and MySplitVar(1). how do add these two columns to my
recordset?
if you can't tell, i am new to this whole thing.
thanks,
sam
i have a query that has one field which i would like to use the split
function. i open it using ADO. how do i add the split to the recordset.
example: column1 needs to be split. i use MySplitVar= split(column1) i then
have MySplitVar(0) and MySplitVar(1). how do add these two columns to my
recordset?
if you can't tell, i am new to this whole thing.
thanks,
sam