I am trying to add a module and a macro to an Access database that will dump Access database.
I have found a ready code that does this and it is available on more than 40 websites.
It uses a line like this :
Dim Dbc as Database
But access does not accept it and tells a user defined data type is not defined. I looked at Access examples and found that there is such a code in its own samples but it can not be executed.
Bookmarks