J
John S. Ford, MD
I have a form with an embedded subform. The underlying DataSource for the
subform is a query. This same query is the underlying DataSource for a
report generated from the form. The problem is, the records called up by
the subform are appropriately sorted by the underlying query but when the
REPORT is generated, those SAME records are UNSORTED.
The report selects the same records as the form and subform but they just
aren't sorted (ie. the report lists the records in the original entry order
rather than the sorting criteria which happens to be based on LastName,
FirstName).
Can anyone suggest some reasons this might occur? This has me stumped.
John
subform is a query. This same query is the underlying DataSource for a
report generated from the form. The problem is, the records called up by
the subform are appropriately sorted by the underlying query but when the
REPORT is generated, those SAME records are UNSORTED.
The report selects the same records as the form and subform but they just
aren't sorted (ie. the report lists the records in the original entry order
rather than the sorting criteria which happens to be based on LastName,
FirstName).
Can anyone suggest some reasons this might occur? This has me stumped.
John