Close a form

  • Thread starter Thread starter MarkS
  • Start date Start date
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
 
Back
Top