Can't see VBC

mkdrep

Registered User.
Local time
Today, 18:34
Joined
Feb 6, 2014
Messages
181
I've been creating a basic db in Access 2007. All the other db's I've previously created have been in Access 2003 and I have been able to open up the Microsoft VBC window and actually see the code after I have created the forms, queries, tables, links, etc.

From some reason, when I open up VBC in the new PawlingQuotesystem.accdb I am developing, I can't see any code, per attached jpg.

Any suggestions how to resolve this? thanks in advance.
 

Attachments

  • NoVBC.jpg
    NoVBC.jpg
    54.2 KB · Views: 90
Are you certain that the file is not a executable? If you have developed the app is there no backups? What/When did this happen?
 
Are you certain that the file is not a executable? If you have developed the app is there no backups? What/When did this happen?

It's not an executable file, it's just a standard DB that I am writing to use to quote projects. I have done everything in setting up this DB as I had done with the previous DB's in Access 2003, so that is why I was confused that I had this problem. The file is very small since I haven't started to input much data, so I have attached it for your review if you'd like to look at it.
 

Attachments

You haven't started put in any code yet, what you have is "[Embedded Macro]" which doesn't create any VBA-Code.
If you want to see the commands behind the macro, click on the "...".
attachment.php
 

Attachments

  • Macro.jpg
    Macro.jpg
    35.7 KB · Views: 146
You haven't started put in any code yet, what you have is "[Embedded Macro]" which doesn't create any VBA-Code.
If you want to see the commands behind the macro, click on the "...".
attachment.php

Now I understand! Thank you for your help....Mark :)
 

Users who are viewing this thread

Back
Top Bottom