techsupport3977
Technical User
I have my form as a popup dialog so the user can not modify the window size. However, I need two different sizes to the window based on a simple 'IF' function.
The 'Then' part should have a window size 1 (if this is possible) and the 'Else' should have Window size 2.
Is this possible and what is the command to control this?[/color green]
Code:
If Forms!fm_scrapControl!Shift1 > 0 Then ... Else...
The 'Then' part should have a window size 1 (if this is possible) and the 'Else' should have Window size 2.
Is this possible and what is the command to control this?[/color green]