Forum Discussion
User2428
Nov 19, 2019Copper Contributor
Generating an expiry date based on fields in different tables.
I want a field that gives the date a certificate expires. I think i would create a query and add a field using something like this.. dateadd("d", [DaysToExpire], [DateCompleted]) My tr...