G
Guest
I have a access project front end to a sql server database
After the user enters text and clicks the search button, I need to get the results set from the sql server. The problem is that the user need to make updates to the results set. I know I can use stored-procedure to pass paremeter but the results will not be updateable (am I wrong here???). How can I get the parameter to the where clause of a "view" on the sql server?
After the user enters text and clicks the search button, I need to get the results set from the sql server. The problem is that the user need to make updates to the results set. I know I can use stored-procedure to pass paremeter but the results will not be updateable (am I wrong here???). How can I get the parameter to the where clause of a "view" on the sql server?