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?
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.

Signature
Steve Schapel, Microsoft Access MVP
> 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?