restorewindow code

D

Dan

What is the code to run the command RestoreWindow. I want
to calculate some values (Me.balance = ...) as well as
run the command restorewindow when the focus is lost.
Thanks
 
W

Wayne Morgan

By "restore" do you mean as opposed to maximizing a window? If so, it is

DoCmd.Restore
 
Top