S
Stanley
I have a form bound to a stored procedure with a 1-many
relationship. I understand that this form is not
updateable since the stored procedure has a parameter. The
many side has a check box, where I would click a check box
in particular rows, and update the fields bould to these
check boxes in SQL Server.
I was thinking about making the source of the form a
recordset. I understand this would be a local cache. When
I am finished updating the form, I can then update the
backend. Does this seem viable. Any ideas, since this
seems to be commom problem.
Thanks,
Stan
relationship. I understand that this form is not
updateable since the stored procedure has a parameter. The
many side has a check box, where I would click a check box
in particular rows, and update the fields bould to these
check boxes in SQL Server.
I was thinking about making the source of the form a
recordset. I understand this would be a local cache. When
I am finished updating the form, I can then update the
backend. Does this seem viable. Any ideas, since this
seems to be commom problem.
Thanks,
Stan