Recent content by hany1002

  1. H

    Retrieve New Autonumber CurrentDb.Execute

    This problem occurred when i convert database from access 2003 to access 2007
  2. H

    Retrieve New Autonumber CurrentDb.Execute

    this code not work Is there a problem ----------------- code ----------------- Private Sub S_Click() If (AA - BB) = 0 Then Else MsgBox "ÚÝÜÜæÇð ... ÇáÞíÜÜÜÜÏ ÛÜÜíÑ ãÊÜÜÜæÇÒä", , "ÇáãÈÑãÜÜÜÜÜÜÌ" Exit Sub End If CurrentDb.Execute ("Insert into TransActions select * from TransActions1")...
  3. H

    Please Support

    can you help me in this database I'm not good at VB The database in attach files the error in Form_Addaccounts VB Code Thanks
  4. H

    Please Support

    when i convert my access batabase from access 2003 to access 2007 from mdb to accdb i receved error in this code part ------------- code ------------- Private Sub ACCID_BeforeUpdate(Cancel As Integer) Set Q1 = CurrentDb.OpenRecordset("select * from Accounts where AccId = '" & AccID &...
  5. H

    Retrieve New Autonumber CurrentDb.Execute

    when i convert my access batabase from access 2003 to access 2007 i receved error in this code part ------------- code ------------- Private Sub ACCID_BeforeUpdate(Cancel As Integer) Set Q1 = CurrentDb.OpenRecordset("select * from Accounts where AccId = '" & AccID & "'") If...
Back
Top Bottom