I'm trying to produce a crosstab report with some concatenated data... I've successfully implemented Duanes alias style crosstab report, but come a bit unstuck where I now have potential multiple values at each matrix intersection.
Rather than produce seperate fields for the extra values it would be easier on the eye if I could concatenate the various child records (all from one child table, linked by autonumber field) into the single displayable field.
I've tried using the basic concatenate function (again Duanes) but this seems to pull ALL the child records into the display field, admittedly it does this correctly by each employees ID...but I need to further filter those child records by job start date is there a way to apply date criteria to this function?
So that the function will only concatenate the data by employee id and then by job start date for each given date?
Any help at all would be appreciated..
Rather than produce seperate fields for the extra values it would be easier on the eye if I could concatenate the various child records (all from one child table, linked by autonumber field) into the single displayable field.
I've tried using the basic concatenate function (again Duanes) but this seems to pull ALL the child records into the display field, admittedly it does this correctly by each employees ID...but I need to further filter those child records by job start date is there a way to apply date criteria to this function?
So that the function will only concatenate the data by employee id and then by job start date for each given date?
Any help at all would be appreciated..