A
Altemir
I have a subform that I would like to initially populate with
pre-existing data based on a SELECT query. However, I also want the
user to be able to either add to or edit this data on the screen
without immediately affecting the underlying tables.
I'm trying to come up with a way where the user's data edits are
captured in some sort of temporary data object so that no permanent
changes are made until the user presses a button. In this way, the
subform will provide a sort of a temporary "play space" such that
UPDATES and/or INSERTS are not made to the underlying tables until the
user presses a button to accept the changes and/or additions he has
made.
Can anyone recommend a good way to do this? What kind of recordsource
object should I use?
Thanks in advance,
-- David
pre-existing data based on a SELECT query. However, I also want the
user to be able to either add to or edit this data on the screen
without immediately affecting the underlying tables.
I'm trying to come up with a way where the user's data edits are
captured in some sort of temporary data object so that no permanent
changes are made until the user presses a button. In this way, the
subform will provide a sort of a temporary "play space" such that
UPDATES and/or INSERTS are not made to the underlying tables until the
user presses a button to accept the changes and/or additions he has
made.
Can anyone recommend a good way to do this? What kind of recordsource
object should I use?
Thanks in advance,
-- David