nancybrown
Well-known Member
- Joined
- Apr 7, 2005
- Messages
- 868
My source document is an excel spreadsheet uploaded in Access (tblRicoh). This Excel spreadsheet is used to send to our printer to have checks printed. There is a field called Amount (represents $ of check) and a column called Amount Spelled Out. This is exactly what it says . . . it spells the dollar amount in the Amount column spelled out (like any printed check), the code for example is =spellnumber(F2) and returns a value of #Name ? This is required by the printer's merge template.
In Access, is there a way to insert an extra column in a query and duplicate this formula so when the query results is exported has incremental rows for =spellnumber( ) and the #Name ?
In Access, is there a way to insert an extra column in a query and duplicate this formula so when the query results is exported has incremental rows for =spellnumber( ) and the #Name ?