July 2, 200124 yr Hello everyone, Is there any way FM function that looks at the Creation of a record vs Modification? I want to specify, that if the record is created for the first time, then let it be created without an alert. However, if afterwards it's edited, then bring on an alert. In my script I specify Status(CurrentRecordModificationCount)>0, but the alert sometimes pops up when the record is first created anyway. Did anyone ever have this problem? Thanks a bunch for any thoughts.
July 2, 200124 yr Why not have a record creation script that allow creation and entry into a new record then when the user clicks a "Save" button, sets a field which can then be tested when an attempt is made a modificaton. -bd
July 3, 200124 yr Author quote: Originally posted by Vaughan: Try comparing the creation date/time with the modification date/time. Brilliant, I think it's gonna work!!! Thank you
Create an account or sign in to comment