FileMaker Flashcards
what is a FileMaker file?
a collection of one or more tables with field definition, layouts and scripts
what is a master table?
the table that access and displays data from another table.
what is a related table?
a table that contains related data you want to access in the master table.
what are match/link fields?
a field in the master table and a field in the related table that you can use to find matching records.
what is a master record?
a record in the master table for which you want to find matching records in a related table.
what is a related record?
a record in the related file whose link field contains a value equal to that of the link field in the master record.
what is a portal?
a layout object in the master file that can be used to show related fields.
what kind of relationship does a portal display?
a one-to-many relationship.
what is a serial number?
an auto-entered value.
what are the 4 FileMaker modes?
- browse
- find
- layout
- preview
what is each mode used for?
browse: to enter data
find: used for searches, to execute queries
layout: the backend where you can edit the file
preview: shows printer view.
how do you perform a query in SQL?
type the query and perform the find
how do you perform a query in FileMaker
- make a new layout
- choose, position, label and format the fields
- enter find mode and type the query
- perform the find
what are the 7 components of a report and how many times is each section printed?
- header: only once at the top of the page
- leading grand summary: only once preceding the first leading sub summary
- leading sub summary: once at the top of each sorted group
- body: once for each record
- trailing sub summary: once for each sorted group
- trailing grand summary: only once after the last trailing sub summary
- footer: only once at the bottom of the page.
how do you perform an AND in FileMaker?
perform a normal find but fill in more than one field