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
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
Summary: 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.Record...
Summary: Hi! Created application is working toooo slow, looks like there are a lot of memory leaks, because the app does not use huge resources, and have no many variables, but there are a lot of pointers. So...
Summary: I compiled a Fortran file (*.for) using the Microsoft Fortran Compiler v5.1 but there is one portion of my code (shown below) that I can't get past and creates the following error when I enter 'y' (fo...