iankerry
Registered User.
- Local time
- Today, 02:17
- Joined
- Aug 10, 2005
- Messages
- 190
Hi All
I am using Access 2010
I have two similar databases for tracking LIve events and Film Events. They both reside on my computer.
I have some code that works in one, but i recently copies it into the other and received error messages.
I check the References and both were exactly the same.
Two lines for instance:
Dim arrSummaryData() As SUMMARY_DATA
(gives me COMPILE ERROR user-defined type not defined )
If OpenConnection Then
(gives me Argument not optional)
How come these work in one Database file, but not the other!!
Any clue anyone, please?
Thanks
ian
I am using Access 2010
I have two similar databases for tracking LIve events and Film Events. They both reside on my computer.
I have some code that works in one, but i recently copies it into the other and received error messages.
I check the References and both were exactly the same.
Two lines for instance:
Dim arrSummaryData() As SUMMARY_DATA
(gives me COMPILE ERROR user-defined type not defined )
If OpenConnection Then
(gives me Argument not optional)
How come these work in one Database file, but not the other!!
Any clue anyone, please?
Thanks
ian