I've got a problematic situation that I think calls for something like a crosstab query to resolve it???
In a nutshell, I have 2 columns of information that I need to relate.
1st column = Course Name (one)
2nd column = Time Element (many)
The application I'm designing needs to accommodate an unlimited number of Course Names. Each Course Name is comprised of differing (smaller) training type events. The time required for Each of these (smaller) training type events to be taught is known and is recorded in the 2nd column, i.e., Time Element.
My Problem then is to add up the Time Elements associated with each Course Name - but I need to find a way of expressing it within reports that is automated to accommodate the new courses entered into the database. . . meaning, what I'm constructing is a prototype database that will later be transformed into Coldfusion and made operable over the internet.
Thanks in advance,
Michael
In a nutshell, I have 2 columns of information that I need to relate.
1st column = Course Name (one)
2nd column = Time Element (many)
The application I'm designing needs to accommodate an unlimited number of Course Names. Each Course Name is comprised of differing (smaller) training type events. The time required for Each of these (smaller) training type events to be taught is known and is recorded in the 2nd column, i.e., Time Element.
My Problem then is to add up the Time Elements associated with each Course Name - but I need to find a way of expressing it within reports that is automated to accommodate the new courses entered into the database. . . meaning, what I'm constructing is a prototype database that will later be transformed into Coldfusion and made operable over the internet.
Thanks in advance,
Michael