VBA to extract SQL code out of MS Access dbase -


i new vba & access please excuse question

i need document colleague's access dbase, queries, forms , reports. ideally recreate reports in vba lots of comments explain calculation (or variables relationship).

i found saveastext , other procedures using codes (from vba extract sql code out of ms access dbase, characters end unreadable)

however, still stuck on how translate exported texts vba & how comment on these texts.

is there script/program can use translation? assume once understand text can learn write vba , liberally add comments. @ least, can explain me encoding see throughout exported files (for example 0x0acc0e550000000015c10222b88a014db58df975d29c811d0000000088184de2)

if there no translation , texts have work with, there way of adding comments that? or forbidden sql? tried adding comments not use loadfromtext inserted comments afterwards.

any lead extremely helpful

cheers

reports, forms, macros queries non-data, design ui objects in ms access. such, not have translatable, readable object-oriented programming code in access.

saveastextand loadastext (unlisted methods on msdn site) used dump storage of these application items backup , migration purposes not document-ready or code-ready human consumption. clear, these files not vba , not sql code, nor xml markup.

consider browsing content properties , specifications, , not directly modifying or commenting such files, else no longer functional.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -