K
Kerry Purdy
Hiya
I have a database which, among other things, records training courses
scheduled and their requirement details. I use a few tables to store the
data:-
Tbl Schedule = Primary Key TSID, Start Date, Duration (days), course title
etc.
1234, 6/11/06, 4, Excel Intermediate
Tbl Rm Req = TSID, Date, Room Reqd
1234, 6/11/06 - Room1
1234, 7/11/06, Room1
1234, 8/11/06 - Room2
1234, 9/11/06 - Room2
tbl cat = TSID, Date, CatRes
1234, 6/11/06, Buffet
1234, 7/11/06, Pub
1234, 8/11/06 Pub
1234, 9/1//06, Buffet
I would like to add the functionality of changing the date (the duration
will not be changed and could range from 0.5 days to 5 days).
Currently the user changes the start date in the training schedule form,
then has to manually change the date next to each room requirement and then
again for each catering requirement.
I would like to be able to change the date in the training schedule form and
have the room requirement and catering requirement dates update automatically.
The main problem is that in the schedule the dates are only stored as start
and duration, in the others each date is stored. I am assuming that this may
involve some coding, which is fine but wasn't sure where to put this question.
Thanks very much for your time.
Kerry
I have a database which, among other things, records training courses
scheduled and their requirement details. I use a few tables to store the
data:-
Tbl Schedule = Primary Key TSID, Start Date, Duration (days), course title
etc.
1234, 6/11/06, 4, Excel Intermediate
Tbl Rm Req = TSID, Date, Room Reqd
1234, 6/11/06 - Room1
1234, 7/11/06, Room1
1234, 8/11/06 - Room2
1234, 9/11/06 - Room2
tbl cat = TSID, Date, CatRes
1234, 6/11/06, Buffet
1234, 7/11/06, Pub
1234, 8/11/06 Pub
1234, 9/1//06, Buffet
I would like to add the functionality of changing the date (the duration
will not be changed and could range from 0.5 days to 5 days).
Currently the user changes the start date in the training schedule form,
then has to manually change the date next to each room requirement and then
again for each catering requirement.
I would like to be able to change the date in the training schedule form and
have the room requirement and catering requirement dates update automatically.
The main problem is that in the schedule the dates are only stored as start
and duration, in the others each date is stored. I am assuming that this may
involve some coding, which is fine but wasn't sure where to put this question.
Thanks very much for your time.
Kerry