M
Max
I am having trouble viewing vertical scrollbars in one of
my subforms. I have created an event procedure within On
Current.
' If the number of records in the subform
' is greater than 4, display the
' horizontal and vertical scrollbars.
If Me.RecordsetClone.RecordCount > 4 Then
Me.ScrollBars = 2
Else
Me.ScrollBars = 0
End If
It doesn't seem to take...ideas?
Thanks.
Max
my subforms. I have created an event procedure within On
Current.
' If the number of records in the subform
' is greater than 4, display the
' horizontal and vertical scrollbars.
If Me.RecordsetClone.RecordCount > 4 Then
Me.ScrollBars = 2
Else
Me.ScrollBars = 0
End If
It doesn't seem to take...ideas?
Thanks.
Max