What is the best way for me to capture a change of date for a surgical appointment? Basically, the database shows changes for any changes to the date/time field and I want to capture all the appointments that have an actual date change not just a time change during the same day.
The field that captures the appointment changes is new_start_datetime and another field that says there is a change is_start_datetime_changed which is a 0 or 1 (0 = no; 1 = yes). Again, you will get a 1 if there was just a change to the surgical appointment's date or time and I want to just capture the data that has an actual date change (i.e. 12/25/10 changes to 1/3/11).
Will an IF, THEN, ELSE formula do it or is there another way to capture this data?
Thank you,
Gary
The field that captures the appointment changes is new_start_datetime and another field that says there is a change is_start_datetime_changed which is a 0 or 1 (0 = no; 1 = yes). Again, you will get a 1 if there was just a change to the surgical appointment's date or time and I want to just capture the data that has an actual date change (i.e. 12/25/10 changes to 1/3/11).
Will an IF, THEN, ELSE formula do it or is there another way to capture this data?
Thank you,
Gary