Re: Project gets stuck when running on Apple computer
Quote:
Originally Posted by
Arnoutdv
Then I still think your DB file is corrupted.
Because you said earlier that following does work
Code:
Set rec = db.OpenRecordset("Table2", dbOpenTable)
I open the file and read all records normally with no problems.
Re: Project gets stuck when running on Apple computer
Then create a basic project in which you open the tables using the same method
Re: Project gets stuck when running on Apple computer
Quote:
Originally Posted by
Arnoutdv
Then create a basic project in which you open the tables using the same method
I created a new basic project opening the tables using the same method but it still doesn't work.
What I observed is that : If I open the table using Ms Access and then run the project, IT WORKS !. I don't understand what is happening.
Re: Project gets stuck when running on Apple computer
Quote:
Originally Posted by
dimbil
I created a new basic project opening the tables using the same method but it still doesn't work.
What I observed is that : If I open the table using Ms Access and then run the project, IT WORKS !. I don't understand what is happening.
When I open the table using Ms Access, I get a message "part of the active content has been disabled" ... I click on "content activation" and then I can see it's contents and after this I can read the file though the project.
What should I do to disappear the message "part of the active content has been disabled" ?
Re: Project gets stuck when running on Apple computer