speakers_86
Registered User.
- Local time
- Today, 06:58
- Joined
- May 17, 2007
- Messages
- 1,919
I am confused as to how my db is working. I am using option explicit. In my error handling, I use a variable that I forgot to as Dim
Even with the option explicit, it works fine. But I just copied the db (by way of right click), and all of a sudden this starts to error.
I'm worried that I am fighting corruption. I'm also concerned about my references. The references I have are
Should that be there twice? The locations are different. The first one is at
C:\Program Files (x86)\Common Files\microsoft shared\VBA...(Cut-off)
the other
C:\Program Files(x86)\Common Files\Microsoft Shared\Off...(Cut-off)
I remember putting the second one there myself troubleshooting why I got an error declaring gobjRibbon as RibbonUI, but I did not realize that I had it twice. Having the second one there allows the ribbon to work, but it seems wrong to me.
Code:
ProcedureError as string
I'm worried that I am fighting corruption. I'm also concerned about my references. The references I have are
Code:
Visual Basic for Applications
Microsoft Access 14.0 Object Library
OLE Automation
and...Microsoft Access 14.0 Object Library Again!!!
Should that be there twice? The locations are different. The first one is at
C:\Program Files (x86)\Common Files\microsoft shared\VBA...(Cut-off)
the other
C:\Program Files(x86)\Common Files\Microsoft Shared\Off...(Cut-off)
I remember putting the second one there myself troubleshooting why I got an error declaring gobjRibbon as RibbonUI, but I did not realize that I had it twice. Having the second one there allows the ribbon to work, but it seems wrong to me.