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