Rabu, 12 Agustus 2015

[MS_AccessPros] Help on Error 2448

 

Dear Group,

                 I am using the below mentioned coding to reset the search unbound text boxes, combo boxes in the form Header of my search form. The same coding is working fine in other databases, but in this particular database, it is giving error 2448. I do not know why this is appearing and how to avoid it. Please help.

-----------------------------------------------------------------------------

      Dim ctl As Control
    
      For Each ctl In Me.Section(acHeader).Controls
        Select Case ctl.ControlType
        Case acTextBox, acComboBox
            ctl.Value = Null
        Case acCheckBox
            ctl.Value = False
        End Select
    Next
           
    
    Me.FilterOn = False


-------------------------------------------------------

Kind Regards,

Kumar
   

__._,_.___

Posted by: access_kri@yahoo.com
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)

.

__,_._,___

Tidak ada komentar:

Posting Komentar