LevelThought
MIS
Have several fields on a local Access table that includes the following two fields, "Date Identified" and "Lag Days."
"Date Created" is the date that the account was initially entered into the database. "Lag Days" is the current day minus the "Date Created" ("Lag Days" = Today's date - "Date Created") that lets me know how many days that the account has been in the database.
What is the quickest method to calculate and automatically populate the Lag Days field on my local Access table?
I realize that one could query and probably find this dynamically but management wants to see this within the table upon opening the table every day.
Any suggestions?
"Date Created" is the date that the account was initially entered into the database. "Lag Days" is the current day minus the "Date Created" ("Lag Days" = Today's date - "Date Created") that lets me know how many days that the account has been in the database.
What is the quickest method to calculate and automatically populate the Lag Days field on my local Access table?
I realize that one could query and probably find this dynamically but management wants to see this within the table upon opening the table every day.
Any suggestions?