When using the command:
DoCmd.OutputTo acOutputFunctio n, "SQLfunctioncal l", acFormatTXT, "filename"
The results are truncated as shown below:
---------------------
| Data |
---------------------
| PRCG,AreaAp8,27-A |
---------------------
| PRQT,MALL003386 ,0 |
Results are also not truncated when output to Excel or when the function is run directly in Query Analyzer.
Front end: Microsoft Access Project 2003
Back end: SQL Server
Any help would be appreciated,
Cathryn
DoCmd.OutputTo acOutputFunctio n, "SQLfunctioncal l", acFormatTXT, "filename"
The results are truncated as shown below:
---------------------
| Data |
---------------------
| PRCG,AreaAp8,27-A |
---------------------
| PRQT,MALL003386 ,0 |
Results are also not truncated when output to Excel or when the function is run directly in Query Analyzer.
Front end: Microsoft Access Project 2003
Back end: SQL Server
Any help would be appreciated,
Cathryn
Comment