coming world of mysql, postgres, mongodb, oracle, etc... i've been given ms-access 2003 database application inside it; need document it.
i'm not worried tables , relationships -- standard stuff (except linked tables go outside data sources via odbc); i'm noting queries, macros, forms, modules, reports, , pages. i'm not concerned data, , although schema nice, it's other microsoft "extras" ms-access provides.
at moment strategy manually build list of each item , copy'n'paste each query , chunk of vb code. (ugh) that's
then struck me, perhaps there's ms-access wizard knows faster way ms-access dump guts in more human readable format. @ moment, can't select more 1 item, nor paste notepad.
see so post customized vba routine export access objects raw texts.
it uses vba method application.saveastext
(an undocumented option).
conversely, can use application.loadfromtext
re-create objects text file exported using saveastext
.