G
Guest
I'm in a VBA module in Excel trying to get a table in Access and transfer
data to an excel spreadsheet. I'm using the following commands:
Set accapp =
GetObject("O:\STAFFHQ\SYMDATA\Actuarial\Databases\Reserving\Reserving
Database.mdb", "Access.Application")
accapp.DoCmd.TransferSpreadsheet acExport, 8, "tjunk", exceldirectory, True,
""
I'm getting the following error message.
Run Time Error '2391':
Field 'F1' doesn't exist in destination table 'tjunk.'
Anyone know what this means? Thanks!
data to an excel spreadsheet. I'm using the following commands:
Set accapp =
GetObject("O:\STAFFHQ\SYMDATA\Actuarial\Databases\Reserving\Reserving
Database.mdb", "Access.Application")
accapp.DoCmd.TransferSpreadsheet acExport, 8, "tjunk", exceldirectory, True,
""
I'm getting the following error message.
Run Time Error '2391':
Field 'F1' doesn't exist in destination table 'tjunk.'
Anyone know what this means? Thanks!