View Full Version : Multiple Forms data Entry


joeserrone
11-28-2008, 10:17 AM
Hello Everyone,
I currently have a form that is used to capture the time spent doing a task. A user will log in to the database, click on a button, this form will pop-up, the user selects the task from the dropdown and captures the time spent.
However, many times a user can be multi-tasking and doing several tasks at once. How do I open multiple forms of the same data entry form. So that the user would click on the button and multiple forms will pop-up to capture a task.

Thanks

stopher
11-28-2008, 11:40 PM
This (http://etutorials.org/Microsoft+Products/access/Chapter+2.+Forms/Recipe+2.11+Open+Multiple+Instances+of+a+Form/) link explains how to open another instance of the same form.

hth
Chris

joeserrone
11-29-2008, 10:59 AM
Thanks Chris! Thanks to that link I was able to get my forms to do exactly what I needed.

Thanks


Joe