D
Doug
I have an access subform that used to have a recordsource of a SQL Server
View. I am running into sorting issues with SQL Server 2005 and need to
change the view to stored procedure. The stored procedure returns a sorted
recordset without requiring any parameters. I change the recordsource on the
subform to be the name of the stored procedure and kept all of the linking
fields the same. The problem is that the subform now includes all the
records in the database instead of only the records based on the master/sub
link fields.
Is there a way around this?
View. I am running into sorting issues with SQL Server 2005 and need to
change the view to stored procedure. The stored procedure returns a sorted
recordset without requiring any parameters. I change the recordsource on the
subform to be the name of the stored procedure and kept all of the linking
fields the same. The problem is that the subform now includes all the
records in the database instead of only the records based on the master/sub
link fields.
Is there a way around this?