Search results

  1. D

    Synthax error

    Can enyone tell me where could be mistake in code: Some oprerators are missing and I cant figure it out which they are Private Sub Command1_Click() Dim TblName As String Dim StrSql As String Dim fromTabela As String TblName = InputBox("Table name") fromTabela = InputBox("From table") StrSql...
  2. D

    update query in VBA by inserting changable part in Input box

    Hi! Can enyone solve this, I have tried but dont know how to syntax it . Source SQL code is : UPDATE 31102012v5 SET [31102012v5].PL_NPL_klijent = "5b_NPL", [31102012v5].oznaka_dani_klijent = ">=181" WHERE ((([31102012v5].rating) Not Like "5*") AND (([31102012v5].CALC_DAY_client_GOSP)>180)); and...
  3. D

    update table in VBA by InputBox

    Hi! Can enyone solve this, I have tried but dont know how to syntax it . Source SQL code is : UPDATE 31102012v5 SET [31102012v5].PL_NPL_klijent = "5b_NPL", [31102012v5].oznaka_dani_klijent = ">=181" WHERE ((([31102012v5].rating) Not Like "5*") AND (([31102012v5].CALC_DAY_client_GOSP)>180)); and...
  4. D

    Hi I am ....

    My name is Denker Odak. I am working for the private bank. I started using MS Access in 2012. Before starting with MS Access I worked little bit with Oracle 6i and VBA . Now the time is there for me to get into VBA routines to solve issues I am running into. My hobbies are fitnees and stand up...
Back
Top Bottom