Search results

  1. C

    Unsuccessful execution of SQL statement within VBA codes

    I have a problem about running SQL statement in VBA code. I will appreciate a looot if you can help me solve the problem ASAP. I tried to run the following statement in my VBA code to update a table in my database: DoCmd.RunSQL "UPDATE TBL_GRANTBASEDATA, TBL_QUARTER SET...
  2. C

    Unsuccessful execution of SQL statement within VBA codes

    I have a problem about running SQL statement in VBA code. I will appreciate a looot if you can help me solve the problem ASAP. I tried to run the following statement in my VBA code to update a table in my database: DoCmd.RunSQL "UPDATE TBL_GRANTBASEDATA, TBL_QUARTER SET...
Back
Top Bottom