I have a field in an Access 2000 report detail section that is not bound to the record source. Instead it gets its data from code behind the report - in the 'detail_format' section. For example, I have a bound field in Medium Time format displaying time of day, and I use code (a Select Case stmt.) to calculate a new time in my unbound field based on a time zone code and the time in the bound field. My problem is, I can't get the report to 'order by', in ascending order, on this new, calcualted time field.
Is it because the unbound field data isn't defined until the detail section of the report is composed? Using the 'Group By' dialogue box or entering the unbound text box's name in the report's property box (Order by) doesn't seem to do the trick. Any suggestions on how or if this can be done, besides defining the data in the record source itself, would be appreciated. Thanks in advance.
Is it because the unbound field data isn't defined until the detail section of the report is composed? Using the 'Group By' dialogue box or entering the unbound text box's name in the report's property box (Order by) doesn't seem to do the trick. Any suggestions on how or if this can be done, besides defining the data in the record source itself, would be appreciated. Thanks in advance.