Sorting data

S

stealth

I have a report where one field is linked to a subform and to a
underlying table.

In the report the data is presented unsorted. When I attempt to sor
it, the information from the first row is repeated. It's not sortin
the selections from the table.

Should I create a query linked to the table/form/report?

thank yo
 
M

Marshall Barton

stealth said:
I have a report where one field is linked to a subform and to an
underlying table.

In the report the data is presented unsorted. When I attempt to sort
it, the information from the first row is repeated. It's not sorting
the selections from the table.

Should I create a query linked to the table/form/report?

Sorry, but I don't understand what the linking has to do
with sorting. If you just need to sort the data in the
(sub)report, you need to specify the sorting field in the
(sub)report's Sorting and Grouping window (View menu).
 
Top