View VBA code?

  • Thread starter Thread starter DC
  • Start date Start date
D

DC

I have an access file that when I open it, it will open an entry form
directly.
So, there's no objects bar, like Tables, Queries, Forms, Report, etc.
Even the menu its self is customized (not like in the original access menu).

My question is how can I access the code (vba) behind it?

Any help will be appreciated.

- DC
 
I have an access file that when I open it, it will open an entry form
directly.
So, there's no objects bar, like Tables, Queries, Forms, Report, etc.
Even the menu its self is customized (not like in the original access menu).

My question is how can I access the code (vba) behind it?

Any help will be appreciated.

- DC

If the database is an Access mdb type, hold down the shift key as you
open the database.
If it's an mde type database, you can't without the original mdb from
which it was made.
 
Back
Top