Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / ActiveX Controls / November 2003

Tip: Looking for answers? Try searching our database.

Access and ActiveX

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
John David - 28 Oct 2003 16:39 GMT
I am trying to run access file but I get the
following "runtime error 429

The debugger takes me to the following

' Open the table of Switchboard Items, and find
   ' the first item for this Switchboard Page.
   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)
   
Can anyone help please.

someone said It may be a conflict with Loutus Smartcenter.
Alex Dybenko - 28 Oct 2003 18:35 GMT
You need to register the DAO dll using regsvr32.
See following KB articles:

ACC: Error Message: ActiveX Component Can't Create Object [Q296205]
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q296205

ACC2000: Error Message: ActiveX Component Can't Create Object
http://support.microsoft.com/support/kb/articles/q296/2/04.asp

ACC2002: Err Msg: "ActiveX Component Can't Create Object"
http://support.microsoft.com/support/kb/articles/q304/1/73.asp

Signature

Alex Dybenko (MVP)
http://Alex.Dybenko.com

> I am trying to run access file but I get the
> following "runtime error 429
[quoted text clipped - 13 lines]
>
> someone said It may be a conflict with Loutus Smartcenter.
MARCELA VARGA - 21 Nov 2003 18:36 GMT
hello
> I am trying to run access file but I get the
> following "runtime error 429
[quoted text clipped - 13 lines]
>
> someone said It may be a conflict with Loutus Smartcenter.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.