Question Convert database

asif pasha

Registered User.
Local time
Today, 03:20
Joined
Jan 8, 2010
Messages
60
Hi,

Please convert this database to Access97 format. I am not able to do it.
 

Attachments

Here is a 97 version of the mdb
Thanks. But unfortunately i can't open the database there is an error, Have attached the error below.

"Compile Error :

Can't find project or library"

when i clicked ok it takes me to Function LockedOut() and CurrentProject is highlighted.
 
Edit a module and go to Tools and References to check for any missing references, if found, you need to reference them manually.

David
 
Maybe someone with Acc97 can look at this as I do not have it installed nowadays. It works ok on Acc2000 +

David
 
Maybe someone with Acc97 can look at this as I do not have it installed nowadays. It works ok on Acc2000 +

David
Hey i got an option of reference which is enabled right now. Please let me know how should i refer manually, i mean do you have any perticular reference.
 
Maybe someone with Acc97 can look at this as I do not have it installed nowadays. It works ok on Acc2000 +

David

Hi,
the reference, i have sorted out, however there is an new error "Run time error 424" and i am Scratching my head since morning.please help me on this. It is the file which is created by you.
 
What and where is the error occurring?
 
in Function LockedOut()
If Dir(CurrentProject.Path & "\Locked.Txt") = "" Then
 
Press Ctrl+G to go to the immediate window and type in

?Dir(CurrentProject.Path & "\Locked.Txt")

What happens?
 

Users who are viewing this thread

Back
Top Bottom