Need to be able to create an delimited text file using ACCESS 2000 as front end and SQL 2000 as backend. I tried Docmd.outputto but it does not allow for a delimited output format. I tried Docmd.Transfer text but I cannot call a stored procedure from it. It says you can create a query and use that name but I am using and ADP. I would assume they are talking about creating a query using an MDB. Does anyone know of anything which does this?
I could always have the stored procedure create a table and then use the transfer text to delimit the file but I was trying not to create a work table.
Much appreciated.
I could always have the stored procedure create a table and then use the transfer text to delimit the file but I was trying not to create a work table.
Much appreciated.