Recent content by ahrouhi

  1. A

    error after installing office 2007 on same pc with office 2003

    Hi to all professionals my problem is that i work with access 2003 mostly. when i installed office 2007 , my VBA code in access 2003 did not respond and made error. i found that in refrences list of access 2003 there is microsoft access 12 object library which point to msacc.olb of office 2007...
  2. A

    Ado & dao

    Since Access 97, i learnt to use DAO engine coding in my modules . it is as you know like below: dim db as database dim rs as recordset set db= currentdb set rs= db.openrecordset(""...) rs.edit . . . when i use such coding in access 2003 , i should do some changes in Activex setting and select...
Back
Top Bottom