Home > Archive > Visual Basic > February 2005 > Using a form from another project
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Using a form from another project
|
|
|
| I have a form that was created as the part of a project.
It has everything I need for another project I'm working
on. So I inserted the form from the other project. But I
realize now that it's the same form. So if I make any
changes in one project, those changes will be reflected
in the other. Is there a way I can put a copy of the form
into another project, but make sure that changing one
does not change the other?
| |
|
|
Do a Save As on the form in the second project and save the form
to the project's folder. Leave the other project as is.
Saga
"Tod" <todtown@swbell.net> wrote in message
news:1d0001c51b7b$c43963f0$a601280a@phx.gbl...
>I have a form that was created as the part of a project.
> It has everything I need for another project I'm working
> on. So I inserted the form from the other project. But I
> realize now that it's the same form. So if I make any
> changes in one project, those changes will be reflected
> in the other. Is there a way I can put a copy of the form
> into another project, but make sure that changing one
> does not change the other?
|
|
|
|
|