Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 Stored Procedure Query

Author  Topic 

mparter
Yak Posting Veteran

86 Posts

Posted - 2004-05-31 : 15:00:30
I've been given a report in Access to convert for use in Reporting Services (RS). When the user runs the report in Access, their presented with a form, in which they enter a criteria. This criteria is referenced in a few queries in Access, like so [Forms]![frmMain_Menu]![txtCriteria]. Some of these queries are nested inside other queries, but this isn't an issue in Access.

Basically, what I need to know is, how to I replicate this in SQL Server, specifically for use in RS? Is it possible to use Stored Proedures?

If you need a sample or more clarification, just let me know.

Thanks.

gates_micro
Starting Member

29 Posts

Posted - 2004-06-01 : 05:00:43
Supply the sample.
Go to Top of Page

Werwolf13
Starting Member

7 Posts

Posted - 2004-06-01 : 05:04:52
of curse u can use stored procedures in ur RS. Just switch the "Generic Query Designer" button on the pannel in tha DATA tab...
Go to Top of Page
   

- Advertisement -