Replies: 2 comments 1 reply
-
After setting the counter i for the array dItems 0 explicitely before the For Each loop,, the import task was running flawlessly: However, the accdb was rebuild incomplete, some of the tables seem to be empty, any ideas? |
Beta Was this translation helpful? Give feedback.
-
Tables by default do not export their contents. Only the structure and layout is exported. If you want to export the contents, too, you need to set them to explicitly export. See Wiki/Options/Table Data for table specific settings. Generally, it's not reccomended to export the data in a project. Table Data should generally be confined to data required to operate the database itself, not the production data, per se. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Adam,
first of all, fantastic work!
I could successfully export my sources to my local Github repository and after watching your presentation on AccessUserGroups.org I tried to rebuild my accdb from sources.
Unfortunately the import process failed at the position marked with a breakpoint in module clsDbProperty:

The counter i for the array dItems showd 1300 while ubound for the array is limited to 1299
the build log showed an Error:
Build.log
Maybe the counter i needs to be set to 0 explicitely before the For Each loop?
Beta Was this translation helpful? Give feedback.
All reactions