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
Private Sub Form_Current()
'...
Ibelieve this is linked to the "switchboard" MS Access will not open a db which itself opens with a switchboard, if you accept the offer to "debug" you can simply delete the line of text from the VB Screen the the database then works fine.
I think the problem is a lost dll
All other forms open...