Hallo,
I'm trying to use the transfertext method but the problem is that the data doesn't come from a table or a stored query but from a query defined in vba.
I don't know if the trasfertext requires a stored query.
DoCmd.TransferText ,, tablename
if I defined my query like that:
dim query1 as string
query1 = "SELECT ...."
and then I try to use the transfer text with "query1", I got an error.
Do you know why?
thanks
I'm trying to use the transfertext method but the problem is that the data doesn't come from a table or a stored query but from a query defined in vba.
I don't know if the trasfertext requires a stored query.
DoCmd.TransferText ,, tablename
if I defined my query like that:
dim query1 as string
query1 = "SELECT ...."
and then I try to use the transfer text with "query1", I got an error.
Do you know why?
thanks