Sometimes you need to create a list of all of the fields that were added to a database. A very easy and quick way to do this is by using the Field table.
Example:
Create a new form using the form wizard and put Field as the table.
Select all the fields from the Field table and preview the form.
Now you can set a filter on the FieldNo: 50000..99999.
And voila, these are the fields that were added to the database. Of course you will need to expand the filter for fields added in the add-on range.
Comments