VB References

G

Guest

I have several databases whereby I open the main form from each DB in a main
Switchboard. In every single database I have a module for the following
scenario.
OK now, on my switchboard I have command buttons which should open the forms
from my other DB's. I get into the button property - on click [Event
Procedure] - Tools - References - and than I browse until I find my DB from
which I would like to open the form.
For some Forms it's working. I.e. if I would like to open the contact Form
from the Contacts Database, I find it and it's working.
Now I have the following problem - I have a database which is called
"Invoices" with the form "writeinvoices". If I am in the VB reference I find
my DB Invoices but if I click OK, it doesn't show "invoices" - it shows
"cps".
But I do not have a DB called "cps" - - Can someone tell me where I have to
search for my mistake?
Thanks
Klaus
 
G

George Nicholson

File name is not related to project name, unless you decide they should be.

With your DB Invoices file open, look around in the VB Editor
(Tools>"xxxProperties"). You will probably find that the Project is named
cps, and the Project name is what appears in the References dialog. You can
change it to something of your liking.

HTH,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top