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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top