
Signature
Billy Rogers
Dallas,TX
Currently Using SQL Server 2000, Office 2000 and Office 2003
> I've inherited maintenance responsiblity for an Access db that uses
> dynamic SQL and passthrough queries. The code is very problematic
[quoted text clipped - 11 lines]
> I'm hoping this is possible so the users won't notice any difference
> except that it runs fasters and crashes less often.
Just call the StoredProcedure in a Passthrough query. The results will be shown
in a grid "just like a saved query" because it will actually be a saved query.

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
BillyRogers - 26 Dec 2006 16:57 GMT
Great! thanks for the help.

Signature
Billy Rogers
Dallas,TX
Currently Using SQL Server 2000, Office 2000 and Office 2003
> > I've inherited maintenance responsiblity for an Access db that uses
> > dynamic SQL and passthrough queries. The code is very problematic
[quoted text clipped - 14 lines]
> Just call the StoredProcedure in a Passthrough query. The results will be shown
> in a grid "just like a saved query" because it will actually be a saved query.