Hello, I am creating a maintenance log table that I'd also like to include some scheduling features. The user will enter the record today with such information as:
ID
Date
Maintenance Description
Machine Number
Recurring? (Yes/No)
Frequency (Integer)
So today they replaced an o-ring on the machine, then they select Recurring="Yes" and Frequency=90 days, and click the Save button. I want to create a tickler record in the same table that is dated 90 days from Now(), with some of the same field values such as Machine_Number value pre-populated.
Is this possible using the events?