D
DS
I want to hide a Vertical Scroll Bar on a SubForm to only show up when
needed. I did this code but it shows both Horizontal and Vertical, when
I make the subform bigger the horizontal scroll bar disappears but
leaves a grey space where it should be. Any way arounf this?
Thanks
DS
If Me.RecordsetClone.RecordCount > 6 Then
Me.ScrollBars = 3
Else
Me.ScrollBars = 0
End If
needed. I did this code but it shows both Horizontal and Vertical, when
I make the subform bigger the horizontal scroll bar disappears but
leaves a grey space where it should be. Any way arounf this?
Thanks
DS
If Me.RecordsetClone.RecordCount > 6 Then
Me.ScrollBars = 3
Else
Me.ScrollBars = 0
End If