codyharper15
Oct 18 2008, 06:27 PM
I believe i have a pretty simple question that i didn't find an answer of....
On my continuous forms, you double Click on the txtJobName text box and open the frmJobDetails form. But you can only open one frmJobDetails form at a time. I would like to have two or more of that same form open with a seperate job details on each form.
How would i go about doing that?
Thanks!!!
pbaldy
Oct 18 2008, 06:37 PM
I've never needed it, but see if this gets you going in the right direction:
http://support.microsoft.com/kb/210248/en-us
R. Hicks
Oct 18 2008, 07:20 PM
I am very curious ...
Can you explain why you feel you need to do this ???
RDH
codyharper15
Oct 18 2008, 07:33 PM
I was thinking about doing this because the estimator of the company for whom the database is being built, when he is writing a proposal, he can't always finish writing it at that moment and has to move to wtype another proposal. He likes to keep the proposal window open to remind him to finish it. Other than little things like that, there is no other big reason.