I have an adp Access file using Sql 2005 as a backend. I have some forms in that project which has stored procedures as a record source. However I dont want to return all of the data when forms opened. My stored procedures used as a record sources are mainly selecting some records from multiple tables with WHERE clause.
I remember there was a NODATA property in foxpro which tells the FP to run sp but return no data when opening the form. is there anything similar I can do the same thing in Access ADP+ SQL 2005 environment? ie, form recordset will be a stored procedure but form will be opened with no data,after user is selected some filter criteria ( which will be transferred to sp as a paramater) and then form will be filled with the data matching the criteria?
regards
I remember there was a NODATA property in foxpro which tells the FP to run sp but return no data when opening the form. is there anything similar I can do the same thing in Access ADP+ SQL 2005 environment? ie, form recordset will be a stored procedure but form will be opened with no data,after user is selected some filter criteria ( which will be transferred to sp as a paramater) and then form will be filled with the data matching the criteria?
regards