
Need Report to look at SQL Data source ( VB / CR newbie needs help)
I created a simple report in CR and pointed it to a MS Access table as the
data source. This works fine. Now I have created a VB function which allows
the user to select some key fields and build a subset of this same Access
table - done thru an SQL statement linked to a data control. This also is
ok. Now I try to execute the report specifying the CR control property
DATASOURCE = DATA1. Problem is that this seems to be ignored - the report
prints the entire contents of the Access file - not the subset version that
I created dynamically in the VB function. Any ideas how I can do this
correctly ?