Search results

  1. A

    Filter a subform combo based on data from the main form

    It seems like I am missing something in one of these codelings. I get different errors depending on what I change in the Where section. 1. Private Sub ClientID_AfterUpdate() Dim SQL As String SQL = "Select ClientID From ClientT Where ClientID=" & Me.[cboClientID]...
Top Bottom