A
Aaron
I was hoping someone could give me an idea on how to
proceed. I am working on a form that will display a list
of records as returned by a stored procedure.
This stored procedure can be called many times (with
an "Add Button")with different input parameters from the
form. The returned records should then be appended to the
existing list. The user may also decide to remove a record
by clicking on it then the "Delete Button". If the user
clicks on the "Save Button" the record list will then be
saved to a table.
Can this be done with a data access page? Are there any
examples available? Any ideas appreciated.
proceed. I am working on a form that will display a list
of records as returned by a stored procedure.
This stored procedure can be called many times (with
an "Add Button")with different input parameters from the
form. The returned records should then be appended to the
existing list. The user may also decide to remove a record
by clicking on it then the "Delete Button". If the user
clicks on the "Save Button" the record list will then be
saved to a table.
Can this be done with a data access page? Are there any
examples available? Any ideas appreciated.