Thread: Update View

Update View

From
"Ryan C. Bonham"
Date:
Hi,

Ok i know this has been asked before, and i have read some stuff in the
arcives, but i am jsut getting more confused... Would someone please provide
me with an example on how to right an update rule for the following view.

SELECT table1.initials, table1.trackingnumber, table1.confirm,
table1.checked, table1.notes, table1.part, table1.date, table2.location
FROM (table2 JOIN table1 ON ((table2.part = table2.part)))
ORDER BY table1.date;

Thank you


Ryan C. Bonham