G
Guest
hi does anyone know how i may be able to retrieve ONLY the fields in two
identical tables that do not contain matching values? i currently have a
database that i need to log user changes. i am appending the original record
to a table using the beforeupdate event on a form. And i am also appending
the updated record to a table using the afteruupdate even of the same form.
my problem is i dont want to display all 100 fields that my table has i only
want to display the changes. I just don't know how to write a program that
will loop through the fields or controls and somehow return only the values
that do not match. I'm hoping someone out there has the answer and can put me
out of my misery. thanks so much!
identical tables that do not contain matching values? i currently have a
database that i need to log user changes. i am appending the original record
to a table using the beforeupdate event on a form. And i am also appending
the updated record to a table using the afteruupdate even of the same form.
my problem is i dont want to display all 100 fields that my table has i only
want to display the changes. I just don't know how to write a program that
will loop through the fields or controls and somehow return only the values
that do not match. I'm hoping someone out there has the answer and can put me
out of my misery. thanks so much!