Can I change the "Top" property of a text box on a report based on the value of a field on the report?
In other words, will this work?
If True Statement Then
Me.TextBox1.Top = "5"
End If
If I am able to do this, what is the correct syntax for the inch measurement "5" I want to set the Top property to?
In other words, will this work?
If True Statement Then
Me.TextBox1.Top = "5"
End If
If I am able to do this, what is the correct syntax for the inch measurement "5" I want to set the Top property to?