I have a complex SQL stored procedure that builds a recordset that i want to bind to an MS Access form, no problem so far.
The problem is that the data is not updateable when bound to the form which is of the conious varety.
Is it possible to get the ADO recordset returned by SP into a temp table, or some other form of recrdset, then bind that to the form so that the data can be updated. I apreaiate that this temp table wont then update the underlying records but I can handle that through a save button or something.
Any ideas anyone.
The problem is that the data is not updateable when bound to the form which is of the conious varety.
Is it possible to get the ADO recordset returned by SP into a temp table, or some other form of recrdset, then bind that to the form so that the data can be updated. I apreaiate that this temp table wont then update the underlying records but I can handle that through a save button or something.
Any ideas anyone.