I have managed to delete a BAS then import a new version and then run the sub within the loaded BAS without any trouble. The problem arrives when I try to remove this BAS to load a new one.
The database is a motor insurance quote engine which will need to load one of several hundred BAS files at runtime dependant on the effective month / years rates selected by the user. I have attached a number of screenshots to try to better highlight this. It seems the first time a BAS is removed and a new one loaded everything works fine, however, each subsequant BAS seems to cease any classes that are active (they will appear to be set back to Nothing).
We are limited on space hence why we are not using multiple MDB files to act as code containers.
EDIT: Have uploaded a ZIP with the full size screenshots.
Thanks for all your help so far guys :)
The database is a motor insurance quote engine which will need to load one of several hundred BAS files at runtime dependant on the effective month / years rates selected by the user. I have attached a number of screenshots to try to better highlight this. It seems the first time a BAS is removed and a new one loaded everything works fine, however, each subsequant BAS seems to cease any classes that are active (they will appear to be set back to Nothing).
We are limited on space hence why we are not using multiple MDB files to act as code containers.
EDIT: Have uploaded a ZIP with the full size screenshots.
Thanks for all your help so far guys :)
Comment