R
RogerTE
We have a program, written in Delphi, that is used to print out task lists.
We now have to use Access (company new standard) and have imported the data
into tables, but don't know how to get the listings
Table 1:
Name
Main Job Code - links to Table2.Job Code
Sub Job Code - usually null, but if not links to Table2.Job Code
e.g.
Billy Bloggs, CC, null
John Doe, CC,SO
Table2
Job Code
Line display No
text line no - links to Table3.Text Line No
e.g.
CC,1, 4
CC,2,6
SO,1,102
SO,2,103
Table3
Text Line No
Text To Dsiplay
e.g.
1, text for Line 1
2, text for Line 2
3, text for Line 3
etc.
Basically most people have a single Job Code and that is no problem. If
however the person also has a sub job then we are having problems displaying
it
e.g.
Billy Bloggs should display
text for Line 4
text for Line 6
and it does ok
However
John Doe should display
text for Line 4
text for Line 6
text for Line 102
text for Line 103
Can anyone help as to how to achieve this
Many thanks
We now have to use Access (company new standard) and have imported the data
into tables, but don't know how to get the listings
Table 1:
Name
Main Job Code - links to Table2.Job Code
Sub Job Code - usually null, but if not links to Table2.Job Code
e.g.
Billy Bloggs, CC, null
John Doe, CC,SO
Table2
Job Code
Line display No
text line no - links to Table3.Text Line No
e.g.
CC,1, 4
CC,2,6
SO,1,102
SO,2,103
Table3
Text Line No
Text To Dsiplay
e.g.
1, text for Line 1
2, text for Line 2
3, text for Line 3
etc.
Basically most people have a single Job Code and that is no problem. If
however the person also has a sub job then we are having problems displaying
it
e.g.
Billy Bloggs should display
text for Line 4
text for Line 6
and it does ok
However
John Doe should display
text for Line 4
text for Line 6
text for Line 102
text for Line 103
Can anyone help as to how to achieve this
Many thanks