I distributed an application to a client and the install worked fine on every system that I tested it on, however on the client's system he's getting error #430. The main form is an MDI form and that's where the problem is.(MDIForm_Load)

Here's the code for the form load:

Dim strConnect as String

strConnect = "DBQ=.......

Set fcnn1 = New ADODB.Connection
fcnn1.Open strConnect