iowabuckmaster
Technical User
If the record gets changed I populate a field with the =now() function using the BeforeUpdate. User wants both date and time. The field only displays the date but the time is included. Works fine. Now they also want a nightly report that shows all records changed or created for the day. Here is MY QUESTION: Is there a way to just query out the previous days date (Run after midnight) from the field that has date and time from the =now()??? Here is how I have gotten around it, on change I am storing the date in an extra field by using =Date() Then quering using Date() -1. This seems reduntant if the date is sitting in the other field already. Any ideas?