D
Dave
I have a set of linked tables (To Oracle DB) that I need
to update via a form.
Up to now, I have had pretty straightforward forms that
basically relate to one table. I now have a situation
where I've created a form based on a multi-table query in
which I need to update some of the fields. I naively
create the form on the query, but now have realized that
it won't let me update via the query. My question is:
How can I have a form that is built on a multi join table
query that allows a user to do an update?
Another related question I have is: I've noticed that if
I update a field via forms I've built on a single table,
that the records are updated when I navigate to the next
record. Is there a concept of buffering changes until
a "save" button is pressed by the user? The user may be
navigating through quite a few records and making
updates. In many situations, it is common to have a save
button so that the user can explicity press to save the
changes to the databse. This of course assumes that the
changes are buffered. What is the most common way of
addressing this issue?
Thanks,
Dave
to update via a form.
Up to now, I have had pretty straightforward forms that
basically relate to one table. I now have a situation
where I've created a form based on a multi-table query in
which I need to update some of the fields. I naively
create the form on the query, but now have realized that
it won't let me update via the query. My question is:
How can I have a form that is built on a multi join table
query that allows a user to do an update?
Another related question I have is: I've noticed that if
I update a field via forms I've built on a single table,
that the records are updated when I navigate to the next
record. Is there a concept of buffering changes until
a "save" button is pressed by the user? The user may be
navigating through quite a few records and making
updates. In many situations, it is common to have a save
button so that the user can explicity press to save the
changes to the databse. This of course assumes that the
changes are buffered. What is the most common way of
addressing this issue?
Thanks,
Dave