form reload? - TechRepublic
General discussion
February 14, 2006 at 06:17 AM
dennisbv

form reload?

by dennisbv . Updated 20 years, 4 months ago

I have a project I am working on that has a form for projects that contains a subform of the tasks related to the project.
The project form on current event passes the projectID to a public variable I also use this on the task sub form on current event to pass the task id to a public variable. I also have a button called add task, this opens a form that gets the Project ID and task id from the public variable. This is done in the add task form load.
What I want to do is when I tab out of the last field I want the user asked if he wants to add multiple tasks, What I am not sure of is how to have the add task reload with a new task ID.
One idea is to have a counter someplace that would
hold the taskid and the add it to the add task form if multiple tasks are added.

This discussion is locked

All Comments