M
MD
Hi,
I tried to open an Access application that I developed
moths ago but I keep getting the error while trying to
link the front-end to the back-end using link table
manager. Also, I keep getting missing references error
and the ActiveX Control cannot create object control
components.
I have checked the startup, its pointing to the
switchboard and VB error in the following code for the
switch board and the set dbs is highlighted:
Set dbs = CurrentDb()
strSQL = "SELECT * FROM [Switchboard Items]"
strSQL = strSQL & " WHERE [ItemNumber] > 0 AND
[SwitchboardID]=" & Me![SwitchboardID]
strSQL = strSQL & " ORDER BY [ItemNumber];"
Set rst = dbs.OpenRecordset(strSQL)
What refrences must be loaded? and why the subject error
keep comming up? I have not worked for ober six months
and have forgotten many thins. Your help is greatly
appreciated.
Regards,
MD
I tried to open an Access application that I developed
moths ago but I keep getting the error while trying to
link the front-end to the back-end using link table
manager. Also, I keep getting missing references error
and the ActiveX Control cannot create object control
components.
I have checked the startup, its pointing to the
switchboard and VB error in the following code for the
switch board and the set dbs is highlighted:
Set dbs = CurrentDb()
strSQL = "SELECT * FROM [Switchboard Items]"
strSQL = strSQL & " WHERE [ItemNumber] > 0 AND
[SwitchboardID]=" & Me![SwitchboardID]
strSQL = strSQL & " ORDER BY [ItemNumber];"
Set rst = dbs.OpenRecordset(strSQL)
What refrences must be loaded? and why the subject error
keep comming up? I have not worked for ober six months
and have forgotten many thins. Your help is greatly
appreciated.
Regards,
MD