Charlotte said:
I want to use a particular field to sort my report but not have the field
showing on the report (like you can with a query). Is this possible and if
so, how do I do it?
Sorting in a report is specified in the Sorting and Grouping
window (View menu). The fuield must be in the report's
record source table/query, but there is no other
requirement.
You can always bind a text box to a record source field and
set the text box's Visible property to No if you don't want
to see it.
It sounds like you are using a wizard to create the report
and have been trapped by the wizard's limitations. If so,
you should relagate the wizard to the scrap heap and get on
with designing reports using all the features of Access.