Forum Discussion

User2428's avatar
User2428
Copper Contributor
Nov 19, 2019

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...

Resources