Close a form

M

MarkS

Hi,

I have a piece of code that opens a form to give the user a message that the
update is happening which can take some time (10-12 minutes)

DoCmd.OpenForm ("frm_UpdatingMessaging")
Call ControlRoutine
Me.Refresh

I would like to close the form but have no idea how to do this

Thanks MarkS
 
Top