I have a problem where by I have some quite complicated sql server 2000 stored procedures that I want to bind to a adp form. All is fine I can return the recordset and bind the fields to the form and the data displays.
I do this via setting the 'Record Source' to the stored proc and setting the 'input paramters'
The problem I have is that the records are not updateable which I can understand. I get the message "The field XYZ is bassed on an expresion and can't be edited"
What I would like to do is having got the records displayed is allow them to be edited... all be it disconeted from the underlying records and then via a 'Save' button grab any changes a user makes and apply them back to the database.
Does that make sense to anyone.. can anyone sugest a method for doing this???
I do this via setting the 'Record Source' to the stored proc and setting the 'input paramters'
The problem I have is that the records are not updateable which I can understand. I get the message "The field XYZ is bassed on an expresion and can't be edited"
What I would like to do is having got the records displayed is allow them to be edited... all be it disconeted from the underlying records and then via a 'Save' button grab any changes a user makes and apply them back to the database.
Does that make sense to anyone.. can anyone sugest a method for doing this???