Computing.Net > Forums > Programming > MSaccess and Activex run time error

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.

MSaccess and Activex run time error

Reply to Message Icon

Name: eeeyaaah
Date: August 31, 2004 at 02:36:55 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

any ideas.



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


VBS to retrieve Last Chan... who can tell me some foru...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: MSaccess and Activex run time error

MSaccess and Activex run time error www.computing.net/answers/programming/msaccess-and-activex-run-time-error/11198.html

Effective tool for run-time errors and memory www.computing.net/answers/programming/effective-tool-for-runtime-errors-and-memory/19258.html

Fortran run-time error www.computing.net/answers/programming/fortran-runtime-error/7717.html