I started using Access about a week ago in hopes that I could simplify a report that I do.
Basically, I receive data from a client that consists of names, addresses and phone numbers. My company contacts these individuals and the information is updated. The report that I do tracks any changes to the information.
I currently complete this report in Excel by matching the ID number of each original record with the ID of the each contacted record.
For example, column “H” would include the changed first name of the contact and column “I” would include the original first name. Column “J” would include either “YES” if a change has been made or nothing if the information is the same.
In Access, I have combined the two tables and created columns titled “Change” that I can export to Excel where I can add the formulas. This works but is it possible to include a formula or expression in the “Change” field that would save me this step?