S
sirshannon
I have a stored procedure that sums up some values. I can pull the results
into Access and display them fine. But I need to be able to input a value
and run a different stored procedure using that new value and some of the
values from the row. I do not want to try to update the results from the
stored procedure but I can not figure out how to get Access to let me add a
value to the text box (which is not bound to a value from the recordset), I
only get "Form is Read-only" when I try to do that.
into Access and display them fine. But I need to be able to input a value
and run a different stored procedure using that new value and some of the
values from the row. I do not want to try to update the results from the
stored procedure but I can not figure out how to get Access to let me add a
value to the text box (which is not bound to a value from the recordset), I
only get "Form is Read-only" when I try to do that.