Grandkathy
Technical User
I have a field that for some of the report will be the default width, but for one specific section of the report I need that field to be wider and the next field to be narrower.
Such as:
Me.RecommendYesNo.Left = 270
Me.RecommendYesNo.Width = 600
Me.RecommendedComment.Left = 2880
Me.RecommendedComment.Width = 9825
It keeps telling me:
Compile Error:
Method or data member not found
HELP please...
Such as:
Me.RecommendYesNo.Left = 270
Me.RecommendYesNo.Width = 600
Me.RecommendedComment.Left = 2880
Me.RecommendedComment.Width = 9825
It keeps telling me:
Compile Error:
Method or data member not found
HELP please...