Each record in my table has a date in the date field. I sorted the date field in ascending order but in my Report it doesn't seem to get reflected. The table is linked as a subreport in the Report itself, which in turn is also a Child linked to a Master table in the Report. To simply:
1st table is Patient with; Pat#,name,healthcenter,DOB
2nd table is Treatment with; Pat#,datetreat,drug1,drug2
3rd table is Laboratory with; Pat#,datelab,Labname,test
Tables 2 and 3 are linked to table 1 by Pat#
In my Report, the Master is table 1. I inserted table 2 and 3 as subreports.
I want the datetreat and datelab to be permanently sorted by ascending order, so when new dates gets entered, it gets sorted automatically by ascending order.
But when I print out my Reports, those fields are not sorted, even after I manually sorted them in the tables themselves. You know why that is? Thanks
1st table is Patient with; Pat#,name,healthcenter,DOB
2nd table is Treatment with; Pat#,datetreat,drug1,drug2
3rd table is Laboratory with; Pat#,datelab,Labname,test
Tables 2 and 3 are linked to table 1 by Pat#
In my Report, the Master is table 1. I inserted table 2 and 3 as subreports.
I want the datetreat and datelab to be permanently sorted by ascending order, so when new dates gets entered, it gets sorted automatically by ascending order.
But when I print out my Reports, those fields are not sorted, even after I manually sorted them in the tables themselves. You know why that is? Thanks