Recent content by FreddyK

  1. F

    DoCmd Open Form Syntax Error

    Thank you for you help! Removing those characters has cleared the syntax error.
  2. F

    DoCmd Open Form Syntax Error

    Hello, could somebody please help me with the syntax error I am getting on the code below DoCmd.OpenForm "frmWorkOrder", , , "VAPLZ like" & "'" & "*" & Me.cboVAPLZ_AUFK & "*" & _ " And " & "AUART Like " & "'" & "*" & Me.cboAUART_AUFK & "*" & "'" & _ " And " & "KTEXT Like " & "'" & "*" &...
  3. F

    Hello

    I am from Australia, little Access knowledge but never to late to learn. Hello to you all!
Back
Top Bottom