Post-Reverse Split Reference Error

rdg0351

Registered User.
Local time
Yesterday, 21:07
Joined
Nov 29, 2010
Messages
19
I'm using Access 2010, and after reverse splitting a database, I'm getting reference errors on a number of methods and functions that were working prior to the reverse split. One such example is .FindFirst " .....". I've checked the references in VB, and everything appears correct. One of my reference objects is not correctly defined. Duh?
 
By reverse-split I assume you mean turning a split database into a single file. First question is why in the world would you do something like that - turn something into a way to play Russian Roulette with Corruption?
 
I appreciate your deep concern with regard to my methods and actions; however, the issue remains that I am receiving undefined reference errors that I cannot resolve. Any clues as to the library I am missing?
 
You "reverse-split" the db by deleting all of the linked tables and then Importing them correct? Can you compile the db? Remove one of the References and exit the references screen and then go back in and add the Reference back again. This causes the References to refresh. If that does not work then *import* this new combined db into a fresh new db and see if the problem follows: http://www.btabdevelopment.com/ts/impnew
 

Users who are viewing this thread

Back
Top Bottom