Is there a way to clear a Rich Text field using formula language?
Thanks, Paul
Is there a way to clear a Rich Text field using formula language?
Thanks, Paul
Subject: Here’s how I do
@Command([EditGoToField];“Your field name”);@Command( [EditSelectAll] );
@Command([Clear]);
Subject: Thanks
Crack Jack, thanks so much for the answer!!! This was my first forum posting and am now very encouraged to use it more! I had already wasted quite a bit of time trying to figure this out on my own and now look forward to using the forum for future solutions.
Take care, Paul