Recent content by utterangel

  1. utterangel

    ComboBox is null therefore all records show

    Option Compare Database Option Explicit Private m_strShortDateFormat As String Private Sub cboColumnField_AfterUpdate() Dim strSQL As String Dim strSQLSF As String cboNumericField = Null strSQL = " SELECT DISTINCT tblDemo.NumericField FROM tblDemo "...
Back
Top Bottom