TIA for any assistance on this,
John W. ColbyIf I understand your question properly, you are using a stored procedure to return a data set to a Microsoft Access form. If that is the case, then the result set is not updateable. In other words, you can't run a stored procedure, get some data, and then update that data on the screen and expect it to change in the database. You would need to code another stored procedure to take the updates and perform an UPDATE or INSERT statement back to the database from your Access form.
No comments:
Post a Comment