Close another form via a control on another form

T

tsison7

I have a form that after making a choice (ie. Customer), it will open up
another form with functions you can do on that customer. But after opening
up that secondary form I want to make sure the "Choose Customer" form closes.
What is the best way to do this?
 
S

Steve Schapel

Tsison7,

I assume on the Choose Customer form, there is a macro or VBA procedure
that opens the other form? You can simply include an action or code to
close the Choose Customer form as part of the very same procedure.
 

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