G
Guest
Sorry if you thought this was gags about the top5 worst reports.
I need to develop a report that conatins only the 'top 5' entities by an
expentiture factor. My problem is that I cannot do this is the underlying
query. The way in which this app is built requires that the report have a
generic record source and be opened by passing a where condition in the
docmd.open report call. This is due to the design of the reporting interface.
The client manages multiple contracts from this app and all reports must be
available to all contracts. Users pick the report they want from a list which
controls the list of available filter fields. The user nominates the criteria
then hits print/preview/etc and the report is opened with the programatically
assembled where clause passed in. There is no option to modify this structure
as it would require the redesign of over 100 reports
Is their anyway I can tell the report (rather than the underlying dataset)
to only display a designated number or records??
Cheers,
Mr. Smith
I need to develop a report that conatins only the 'top 5' entities by an
expentiture factor. My problem is that I cannot do this is the underlying
query. The way in which this app is built requires that the report have a
generic record source and be opened by passing a where condition in the
docmd.open report call. This is due to the design of the reporting interface.
The client manages multiple contracts from this app and all reports must be
available to all contracts. Users pick the report they want from a list which
controls the list of available filter fields. The user nominates the criteria
then hits print/preview/etc and the report is opened with the programatically
assembled where clause passed in. There is no option to modify this structure
as it would require the redesign of over 100 reports
Is their anyway I can tell the report (rather than the underlying dataset)
to only display a designated number or records??
Cheers,
Mr. Smith