COPYFILTER and COPYFILTERS functions

These functions allow copying the filters of a single field or all the filters on a record (table) and applying those filters to another record. The syntaxes are as follows:

FromRecord.COPYFILTER(FromField, ToRecord.ToField)

The From and To fields must be of the same data type. The From and To tables do not have to be the same format:

ToRecord.COPYFILTERS(FromRecord)

Note that the COPYFILTER field-based function begins with the FromRecord variable, while that of COPYFILTERS record-based function begins with the ToRecord variable. ToRecord and FromRecord must be different instances of the same table.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.145.131.238