I need to be able to create a report of only the fields where data was changed. For example, I have an address form. If a user changes any of the address/phone number/email fields, I need to be able to collect that change (only the changed data) and drop it into a report. Or perhaps have all the data print on the report, but the changed data be in bold?? I want the changed data to be obvious. Right now, I am using the form's afterupdate property to run a macro that flips a flag in the table. The report then pulls together all the records that have the flag flipped. But, I can not tell which field was changed, only that A field was changed.<br>
<br>
Any ideas??
<br>
Any ideas??