Search results

  1. M

    Hi All

    Hello Everyone Just wanted to introduce myself. My name is Marcho, and I'm an employee that wants to learn how to build the reports and automate my work. I am new beginner and have little experience in excel VBA and still studying until now. :)
  2. M

    Run-time error ‘-2147217900(80040e14)’ : Invalid SQL statement; expected ‘Delete’

    Hi All, Can anyone help me with these error warning on my macro code: Run-time error ‘-2147217900(80040e14)’ : Invalid SQL statement; expected ‘Delete’, ‘Insert’, ‘Procedure’, ‘Select’, or ‘update’ The code are: Public Sub calculate() Const Src = "DATA.mdb" Const Dest = "OutputC.mdb" Const...
Top Bottom