Hi – I’ll try to explain best I can: I have two tables – Table 1 has two fields ‘ID’ and ‘Employee name’; it’s linked to Table 2 which has three fields ‘ID’, ‘CodeName’ and ‘Hours’. When data is entered it looks like this:
ID Name
1 John Doe
Table 2
ID CodeName Hours
1 Code 20 30.00
1 Code 30 20.00
I created a report with Table 2 so it’s sorted by CodeName. I put Table 1 as subreport. I cannot get the subreport to alphabetize Employee Names can this be done?
Thanks and I hope that made sense!
ID Name
1 John Doe
Table 2
ID CodeName Hours
1 Code 20 30.00
1 Code 30 20.00
I created a report with Table 2 so it’s sorted by CodeName. I put Table 1 as subreport. I cannot get the subreport to alphabetize Employee Names can this be done?
Thanks and I hope that made sense!
Comment