Recent content by tellsi

  1. T

    Multiple Field Matching with Macro

    thanks for the quick reply. I tried it and returned the following error: Object doesn't support this property or method my codeing line: stLinkCriteria = "[ISIN]=" & "'" & Me![ISIN:] & "' and [Quantity]=" & "'" & Me![Quantity:] & "' and [Market]=" & "'" & Me![Market:] & "' and [Side]=" & "'" &...
  2. T

    Multiple Field Matching with Macro

    Hi I want to have a form where i use a click button to open a new form which will then match all fields to narrow down the results. The standard function only uses one matching point I tried more but it does not work: Private Sub Command24_Click() On Error GoTo Err_Command24_Click Dim...
Back
Top Bottom