S
s_wadhwa
Hi,
I'm converting a .mdb application to .adp format. In .mdb application I
have a button which sends a query(join of 3 tables) to .txt file
through transfertext of Docmd.
I'm not able to use this transfertext in .adp format. As I have
converted the query to view in SQL Server and transfertext is not
understanding the view name in
DoCmd.TransferText A_EXPORTDELIM, , "vFDXQryWWWRoomExport",
"c:\temp\wwwroom.txt"
error says The action or method requires a table name argument.
If anyone knows how should I get rid of this problem. Any suggestions
are welcome.
Thanks,
Shalini
I'm converting a .mdb application to .adp format. In .mdb application I
have a button which sends a query(join of 3 tables) to .txt file
through transfertext of Docmd.
I'm not able to use this transfertext in .adp format. As I have
converted the query to view in SQL Server and transfertext is not
understanding the view name in
DoCmd.TransferText A_EXPORTDELIM, , "vFDXQryWWWRoomExport",
"c:\temp\wwwroom.txt"
error says The action or method requires a table name argument.
If anyone knows how should I get rid of this problem. Any suggestions
are welcome.
Thanks,
Shalini