P
PAULinLAOS
I'm not sure that my terminology is right in my question above but here's
what I want to do:
I've got a report that looks like this:
Country Total Tourists BedsNights
Albania 10 35
etc...
BedNights is a calculated control. It is not in the query, but is something
that I calculate on my table. How do I sort the output on my report by
BedNights? I understand how to sort a report but I am having trouble using an
expression to do it. I put in the Field/Expression field under the sort
criteria for the report "=[BedsNights]" but that didn't work. I tried
"=[rptBedsnights]![BedsNights]" but that didn't work.
Without changing my query, is it possible to sort a report based on a
calculated control made in the report itself?
what I want to do:
I've got a report that looks like this:
Country Total Tourists BedsNights
Albania 10 35
etc...
BedNights is a calculated control. It is not in the query, but is something
that I calculate on my table. How do I sort the output on my report by
BedNights? I understand how to sort a report but I am having trouble using an
expression to do it. I put in the Field/Expression field under the sort
criteria for the report "=[BedsNights]" but that didn't work. I tried
"=[rptBedsnights]![BedsNights]" but that didn't work.
Without changing my query, is it possible to sort a report based on a
calculated control made in the report itself?