View and Edit Modes in FileMaker
One of the most powerful FileMaker features is also a major weakness: the easy accessibility to edit records is both a curse and a blessing. Most databases deliver the results of a query as a table, and the data is not usually directly modifiable. The user (and the developer, by extension) must make changes […]

R Schaub: The Abs command would work also I believe Set Variable [$$PaymentAmount; Value:Abs ( newRecord::gPaymentAmount )] If $4,300.99 the above returns…