Hi,
I would like to open 1 for twice... is that possible without making a duplicate?
i.e. i have a form (Project_FRM) which is openen with a project_id as the primary key. Incase there are "clasing" intervention dates entered in the schedule (with an already existing project), a screen pop-ups (form) showing the clashing project. I have placed a button on this "clash form" which i intend to use to "open" the project.
When i do this with "DoCmd.OpenForm "Project_FRM", 0, , "ID = " & Me!Proj_ID, acFormEdit, acDialog" than the first "Project_frm" is used.
Any ideas on how i casn open this "Project_FRM" twice showing a different project??
Thanks
Patrick
I would like to open 1 for twice... is that possible without making a duplicate?
i.e. i have a form (Project_FRM) which is openen with a project_id as the primary key. Incase there are "clasing" intervention dates entered in the schedule (with an already existing project), a screen pop-ups (form) showing the clashing project. I have placed a button on this "clash form" which i intend to use to "open" the project.
When i do this with "DoCmd.OpenForm "Project_FRM", 0, , "ID = " & Me!Proj_ID, acFormEdit, acDialog" than the first "Project_frm" is used.
Any ideas on how i casn open this "Project_FRM" twice showing a different project??
Thanks
Patrick