D
don
I'm building a process-flow type program, keeping track of 20-30 steps and
sign-off dates and emp Ids. I'm wavering between a flat table design, with
all these and other fields in 1 row; or a table of just the sign-offs, like:
job#
step
EmpID
Date
I'm more inclined to do this for one of the forms will list latest tasks
completed for all jobs by a client. Flat file would make this cumbersome..
But another form will show all the steps for a certain job, and seems to
favor a flat file layout with all fields in 1 row:
Job A
Step 1 - Completed: 5/1 - Inits DM
Step 2 - Completed: - Inits
Step 3 - Completed 5/3 - Inits JZ
Step 4 - Completed - Inits
Step25
Here with a flat org. with all data in 1 row, its simple to assign the form
fields to the 1 row. With non-flat org, and returning multiple rows of tasks,
assigning them into the proper spots on form is what I can not figure.
Again, not all steps may be used, and possible not completed in order.
Any ideas appreciated!!
thanks
sign-off dates and emp Ids. I'm wavering between a flat table design, with
all these and other fields in 1 row; or a table of just the sign-offs, like:
job#
step
EmpID
Date
I'm more inclined to do this for one of the forms will list latest tasks
completed for all jobs by a client. Flat file would make this cumbersome..
But another form will show all the steps for a certain job, and seems to
favor a flat file layout with all fields in 1 row:
Job A
Step 1 - Completed: 5/1 - Inits DM
Step 2 - Completed: - Inits
Step 3 - Completed 5/3 - Inits JZ
Step 4 - Completed - Inits
Step25
Here with a flat org. with all data in 1 row, its simple to assign the form
fields to the 1 row. With non-flat org, and returning multiple rows of tasks,
assigning them into the proper spots on form is what I can not figure.
Again, not all steps may be used, and possible not completed in order.
Any ideas appreciated!!
thanks