derekstewart
MIS
I have and Access Database I use for Job Requests. There are two main tables. A requestor enters data in a form that ties to the 30 different fields in the first table. The requests often change midstream, so I have an update button tied to a macro which appends the old data prior to an update to a second table with the same fields. Because there are 30 fields, I need an efficient way to detemine which of the field(s) changed. Ideally I would like to highlight changes (differences between the old and new table) in red so they would be easily identified. The first step however is comparing the 30 fields and isolating the differences. Any thoughts on a good way to do this? Thanks. D