D
DS
How do you do an OnTimer Event to change the properties of a line?
At 1 Second
DoCmd.MoveSize , 0.5 * 1440
At 2 Seconds
DoCmd.MoveSize , 1 * 1440
At 3 Seconds
DoCmd.MoveSize , 1.5 * 1440
At 4 Seconds
DoCmd.Close acForm,"Form1"
DoCmd.OpenForm"Form2"
Thanks
Any Help Appreciated.
DS
At 1 Second
DoCmd.MoveSize , 0.5 * 1440
At 2 Seconds
DoCmd.MoveSize , 1 * 1440
At 3 Seconds
DoCmd.MoveSize , 1.5 * 1440
At 4 Seconds
DoCmd.Close acForm,"Form1"
DoCmd.OpenForm"Form2"
Thanks
Any Help Appreciated.
DS