Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. aegon2002

    Access95 ->Access2000 DAO???

    TATATATATATA, It works!! Simple but brilliant. Convert the 95 database to 97 and to A2k and everything is OK. My tester is now testing the functionality but it seems perfect... Thnx a lot _+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+ "May the source be with you my friend"
  2. aegon2002

    Access95 ->Access2000 DAO???

    I could try to convert to 97 and then to 2000. Good tip. thnx I already tried explicitly dim rs as dao.rs AND dim db as dao.database. Also removed references to ado etc. I already tried everything you wrote. I have two pc's (one with 95 and one with 2000) I installed A2k on a clean pc (without...
  3. aegon2002

    Access95 ->Access2000 DAO???

    I removed the reference to ado. Therefore A2k only knows DAO and it should not go wrong. I also said explicitely in code that the recordset is a dao recordset. It didn't help. I asked two questions: 1. why does dao3.6 not recognize rs.update in my code 2. why is some code removed while...
  4. aegon2002

    Access95 ->Access2000 DAO???

    Hello, I'm trying to convert an access95 application to Access2000(A2k). According to the whitepaper from microsoft A2k uses only DAO3.60. My access95 application uses Dao3.0. Before converting I have to set the Access95 reference to DAO 360. But....my application won't compile. It does not...
  5. aegon2002

    Access95 ->Access2000 DAO???

    Hello, I'm trying to convert an access95 application to Access2000(A2k). According to the whitepaper from microsoft A2k uses only DAO3.60. My access95 application uses Dao3.0. Before converting I have to set the Access95 reference to DAO 360. But....my application won't compile. It does not...

Part and Inventory Search

Back
Top