antvon
Programmer
- Dec 2, 2002
- 45
Hi all
Is it possible for me to programmatically move controls on
a report in any section before it loads or opens.
As in :
Private Sub Report_Open(Cancel As Integer)
Me.txt386.Left = 26
End Sub
Thanks
Is it possible for me to programmatically move controls on
a report in any section before it loads or opens.
As in :
Private Sub Report_Open(Cancel As Integer)
Me.txt386.Left = 26
End Sub
Thanks