Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Activex and MSACESS
Name: eeeyaaah Date: August 30, 2004 at 02:24:29 Pacific OS: Windows XP CPU/Ram: Pentium 4 480mb Ram
Comment:
I Recieve run time error 429 activex cannot create... Wghilst trying to run this script Private Sub List2_AfterUpdate() ' Find the record that matches the control. Dim rs As Object
Set rs = Me.Recordset.Clone rs.FindFirst "[TopicName] = '" & Me![List2] & "'" If Not rs.EOF Then Me.Bookmark = rs.Bookmark End Sub
On a windows 98SE machine using office XP access 2000. The script works perfectly well on a win XP machine
Summary: I have Win98 and MS Office 97. Trying to make new database with MS Access. When attempting to create new table database, a window pops up telling me, "ActiveX cannot create database." What is Activ...
Summary: ActiveX is Micro$oft's version of Java - a multi-platform programming language usually for internet related content - that is Windows specific. You will most commonly use ActiveX in internet explorer ...
Summary: Here is a place to start for ActiveX. There also some Microsoft repair articles regarding ActiveX and Explorer errors. http://www.geocities.com/~budallen/activex.html ...