Error Accessing File Problem

  • Thread starter Thread starter Stew
  • Start date Start date
S

Stew

Every time I try to open a Form I get the following
message: "Error Accessing File. Network Connection may
have been lost." The debugger then opens and the line at
the top of the page reads, "Option Compare Database."
When I close the debugger the form opens and looks ok.
However, none of the Combo boxes work as I get the "Error
Accessing File" message again.

There is nothing wrong with the network and all of the
tables open without a problem.

The Performance Analyser reports that: "The Application
is not saved in a fully compiled state."

I would really appreciate help with this problem.
 
First thing that comes to mind... is the databse split?
You might need to relink the tables.

Second thing... Check your References... under Tools in
the Code Module behind any form or report.

and Lastly, compile the database do this in the Code
Module behind any form or report... under Debug

Hope that helps...
 
Back
Top