Select to view content in your preferred language

Access Document for Reports

639
3
Jump to solution
02-01-2023 07:35 AM
melisahansen
Occasional Contributor

Hello,

Previously, in ArcMap I used a mdb which allowed me to export reports to a word document and email them. Since Pro does not support this, does anyone know of a solution? 

Basically, the process previously was, run a script that processed the data, then when you open the mdb it allowed you to select export the report, or email the report. 

Any suggestions are greatly appreciated!

0 Kudos
1 Solution

Accepted Solutions
RhettZufelt
MVP Notable Contributor

I exported my tables from Access to SQL Server geodatabase.  Then, "linked" Access to the "new" tables in SQL Server.

Pro see's all the "new" tables in the SQL Server geodatabase and can process them directly.

Then, Access just links to these SQL Server tables instead of the "old" tables that were in the mdb for use in the report(s).

Don't think FGDB is an option as Access doesn't have a link to datasource option for FGDB's.

R_

 

View solution in original post

0 Kudos
3 Replies
RhettZufelt
MVP Notable Contributor

I have something similar, but I now create the data tables in SQL Server instead of the .mdb.

Then, I connect the mdb to the SQL Server tables instead of internal stored tables and run the report(s).

R_

0 Kudos
melisahansen
Occasional Contributor

Did you first need to convert your mdb to a file gdb? In Pro the script that create the data for reports needed to be changed to run from a gdb in order for the scripts to even run. 

0 Kudos
RhettZufelt
MVP Notable Contributor

I exported my tables from Access to SQL Server geodatabase.  Then, "linked" Access to the "new" tables in SQL Server.

Pro see's all the "new" tables in the SQL Server geodatabase and can process them directly.

Then, Access just links to these SQL Server tables instead of the "old" tables that were in the mdb for use in the report(s).

Don't think FGDB is an option as Access doesn't have a link to datasource option for FGDB's.

R_

 

0 Kudos