G
Guest
Access 97. I have created a database that creates 78 sub self contained
databases that are sent to managers around the world. The problem is this I
get an error on the following line of code in the new databases.
Dim cbrCommandBar As CommandBar
I know that the reason for this is that the references have to be reset in
each of the sub databases and then the all run fine. Is there either:
1. A way through VB to automatically set the references or
2. I've heard about late binding but don't know much about it.
How would one set late binding for the above issue so that references are
not necessary? Any help is greatly appreciated.
databases that are sent to managers around the world. The problem is this I
get an error on the following line of code in the new databases.
Dim cbrCommandBar As CommandBar
I know that the reason for this is that the references have to be reset in
each of the sub databases and then the all run fine. Is there either:
1. A way through VB to automatically set the references or
2. I've heard about late binding but don't know much about it.
How would one set late binding for the above issue so that references are
not necessary? Any help is greatly appreciated.