Page 1 of 1

MS Access as a control table

Posted: Fri May 18, 2001 1:13 pm
by Gordy
Can Microsoft Access 2000 (winter.mdb) be used as a "Control Table" when passing parameters to the Report Viewer?____I am running R&R SQL v8.1____Access database = winter.mdb__table name in winter.mdb = rrparms____The following command line dosen^t work. Any ideas?____RSWRUN /TSwinter.mdb 1____Thanks____Gordy__:-)

=> RE: MS Access as a control table

Posted: Fri May 18, 2001 3:06 pm
by kfleming
You need to set up an Access datasource that points to the winter.mdb. You could call it Winter____You then use the command line:____RSWRUN /CSWinter /TSrrparams 1____To tell R&R to use the control talbe rrparams that is available in the datasource named Winter.____Kathleen__R&R Support