B
Bonnie
Hi everyone! Using A02 on XP. Not a programmer but learning. On my form I
locate the contract number required and click a button to run a macro with a
transfer spreadsheet step. In the action arguments segment I have:
Transfer Type: Export
Spreadsheet Type: Microsoft Excel 5-7
Table Name: qExportCensus1
File Name: ="S:\RPS\PTS\CensusConversion\ToClient\" &
[Forms]![fCensus1Conversion]![RunThisOne] & ".xls"
Has Field Names: Yes
Range: Data
The above will export the file and data using the query listed and names the
file with the contract number contained in the field [RunThisOne]. Works
great. However, I would REALLY, REALLY like to name the new spreadsheet with
the contract number. I've written:
[Forms]![fCensus1Conversion]![RunThisOne] but nothing. Can this be done?
What am I missing?
Would appreciate any help or advice on this. Thanks in advance for your time.
locate the contract number required and click a button to run a macro with a
transfer spreadsheet step. In the action arguments segment I have:
Transfer Type: Export
Spreadsheet Type: Microsoft Excel 5-7
Table Name: qExportCensus1
File Name: ="S:\RPS\PTS\CensusConversion\ToClient\" &
[Forms]![fCensus1Conversion]![RunThisOne] & ".xls"
Has Field Names: Yes
Range: Data
The above will export the file and data using the query listed and names the
file with the contract number contained in the field [RunThisOne]. Works
great. However, I would REALLY, REALLY like to name the new spreadsheet with
the contract number. I've written:
[Forms]![fCensus1Conversion]![RunThisOne] but nothing. Can this be done?
What am I missing?
Would appreciate any help or advice on this. Thanks in advance for your time.