J
JKlein
I need a easy way to activate the scrolll bars when the number of records
exceed 4 on the subform. I have placed this code in the on current event of
the subform:
If Count() > 4 Then
Form.ScrollBars = 2
End If
This doen not work...Can't figure it out. Any suggestions??
exceed 4 on the subform. I have placed this code in the on current event of
the subform:
If Count() > 4 Then
Form.ScrollBars = 2
End If
This doen not work...Can't figure it out. Any suggestions??