KeithWilliams
Registered User.
- Local time
- Today, 09:30
- Joined
- Feb 9, 2004
- Messages
- 137
Hi,
I am trying to change the height of my form's detail section programmatically. As a simple example, why doesn't the following work:
MsgBox (Me.Detail.Height)
Me.Detail.Height = 7000
MsgBox (Me.Detail.Height)
When I run this script the two message boxes both show 8385.
Yours in frustration!
Keith.
I am trying to change the height of my form's detail section programmatically. As a simple example, why doesn't the following work:
MsgBox (Me.Detail.Height)
Me.Detail.Height = 7000
MsgBox (Me.Detail.Height)
When I run this script the two message boxes both show 8385.
Yours in frustration!
Keith.