M
Matt
I'm creating a scheduling DB where each event will have
multiple parts. I'm trying to have a number automatically
assigned to a time, for use in a summary report for each
scheduled event.
For instance:
Event A has three parts, one @ 7am, one @ 10am and another
@ 12pm.
I want to have a summary showing 7am numbered 1, 10am as
2, and 12pm as 3.
If a new part should be added at say 9am: 7am would stay
1, 9am would be assigned 2, 10am would change to 3 and
12pm would become 4.
On the summary report, the parts of each event, would be
listed as below:
Action # Start Time Action
1 7am Description of Action
2 9am ""
3 10am ""
4 12pm ""
Each scheduled event would have its own set of numbers
assigned to its individual parts.
Thanks,
Matt
multiple parts. I'm trying to have a number automatically
assigned to a time, for use in a summary report for each
scheduled event.
For instance:
Event A has three parts, one @ 7am, one @ 10am and another
@ 12pm.
I want to have a summary showing 7am numbered 1, 10am as
2, and 12pm as 3.
If a new part should be added at say 9am: 7am would stay
1, 9am would be assigned 2, 10am would change to 3 and
12pm would become 4.
On the summary report, the parts of each event, would be
listed as below:
Action # Start Time Action
1 7am Description of Action
2 9am ""
3 10am ""
4 12pm ""
Each scheduled event would have its own set of numbers
assigned to its individual parts.
Thanks,
Matt