Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Switchboard Error -Error Accessing File?

Status
Not open for further replies.

MrsNic

Instructor
Feb 6, 2005
44
0
0
GB
I have set up a database to produce reports for the primary school I am attached to. The system was working well but suddendly the switchboard came up with the error 'Error Accessing File Network connection may have been lost'

I deleted the switchboard an put a few of the items in again to test it but it still came up with the same error. The de-bugger takes me to:-
Private Sub Form_Open(Cancel As Integer)
' Minimize the database window and initialize the form.

' Move to the switchboard page that is marked as the default.
Me.Filter = "[ItemNumber] = 0 AND [Argument] = 'Default' "
Me.FilterOn = True

End Sub

This makes no sense to me! - Does it explain the problem?

Many thanks for you help.

Cath
 
When you entered the new data for your switchboard, did you enter 'Default' in one of the Argument fields?
 
No, I just set it up using the wizard.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top