open code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can I open a database application using Visual Studio.net? I have a database
that was created by a former employee and I need to see how it is structured
but it only allows me to go to the application. There are no reports and
there is no code that I can see but that does not mean anything.
Any help would be appreciated.
Thanks,
 
Arbert,
Is your app and MDE or MDB?
If it's an MDE file, you can't change it. You have to find the MDB that
was used to create it and rework that file... then convert it to an MDE
again when you put it out to the masses.
If MDB, hold the Shift key while opening the database. That should
bypass any "no show" settings, or any security code that may run during
opening.
hth
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions
 
Thanks All. That did the trick.
--
Arbert

Only dead fish go with the flow!


Al Camp said:
Arbert,
Is your app and MDE or MDB?
If it's an MDE file, you can't change it. You have to find the MDB that
was used to create it and rework that file... then convert it to an MDE
again when you put it out to the masses.
If MDB, hold the Shift key while opening the database. That should
bypass any "no show" settings, or any security code that may run during
opening.
hth
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions
 

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

Back
Top