update table

G

Guest

Before updating a table, I have to inform the user of the
changes. Wonder if there is an easier way to do this. I
am currently using a holding table for the new table,
using join query to find the differences.

Thanks
 
G

grep

Put the information you need to inform them about in a msgbox, and put
it in the BeforeUpdate event?

grep
 
Top