I have code to clear all controls in the Form's header without naming each one. Problem is that one of them (Nmbr) has = Count(*) in its control source. How would I insert to skip Nmbr?
Here's the code for the relevant portion:
'Clear all the controls in the Form Header section.
For Each ctl In Me.Section(acHeader).Controls
Select Case ctl.ControlType
Case acTextBox, acComboBox
ctl.Value = Null
Thanks much!
Connie
__._,_.___
MARKETPLACE
.
__,_._,___
Tidak ada komentar:
Posting Komentar