Error Accessing File problem

hkbana

New member
Local time
Today, 17:29
Joined
Dec 12, 2002
Messages
5
Error Accessing File.Network Connection may have been lost

Please help

I am developing an access database, but I have encountered a problem which I have never seen. when I open the database and open a form I get the following error

"The expression On Click you entered as the event property setting produced the following error: Error accessing file. Network Connection may have been lost."

Please help me on how I can resolve this.
 
Last edited:
There's no need to post the same problem in different places. It gets confusing for people trying to help you.

Someone will answer you in due course if they are able to.

Col
:cool:
 
Hkbana

It sounds as if one of the fields on your form uses an expression to draw in data from a base table, perhaps a lookup field. This error can sometimes occur if you changed any table names or field names in the base table that that expression is referring to. I would look at the form in design view, and check the properties on each "lookup" type field to see if the table / field references are still accurate.

Good Luck
Chris
 

Users who are viewing this thread

Back
Top Bottom