Hi All,
I have some code installed on a form. I have MSDAO3.51, VBA, and MS Access 8.0 Lib for references, very basic. I defined a db, recordset, and string: db, rst and st respectively. My target machines are using MS Access 97 RUN-TIME. The code happens to be in the form_load event and gives the "Run-Time Error '429' ActiveX component can't create object."
By commenting out the rest of the code in the load event proved it was these DIM statements bombing the program. I have searched the Access help to no avail on what would cause this. Does anyone know why this might be happening?
Jack D.
"The best minds are not in government. If any were, business would steal them away."
-Ronald Reagan
I have some code installed on a form. I have MSDAO3.51, VBA, and MS Access 8.0 Lib for references, very basic. I defined a db, recordset, and string: db, rst and st respectively. My target machines are using MS Access 97 RUN-TIME. The code happens to be in the form_load event and gives the "Run-Time Error '429' ActiveX component can't create object."
By commenting out the rest of the code in the load event proved it was these DIM statements bombing the program. I have searched the Access help to no avail on what would cause this. Does anyone know why this might be happening?
Jack D.
"The best minds are not in government. If any were, business would steal them away."
-Ronald Reagan