About naming fieldsField names must be unique, and can contain up to 100 characters. Follow these guidelines when naming fields:
• ,(comma), +, -, *, /, ^, &, =, ≠, >, <, ( ), [ ], { }, ", ; (semicolon), : (colon), :: (relational indicator), $ (variable indicator)
•
• Use _ (underscore) in place of a space to avoid restrictions in ODBC, exporting, web publishing, and other operations.
• If you're exchanging data with another application, check the field naming restrictions in the file formats supported by that application.
• If you're using ODBC or JDBC to share FileMaker Pro data, avoid using SQL keywords in field names.