Remember how end users must click the Execute Query button to display data each time they start the application? To solve this minor distraction, create a When-New-Form-Instance trigger that automatically queries all records from the database when end users start the application.
Next, select a trigger type. Triggers fall into five categories: ON, WHEN, PRE, POST, and KEY. These prefixes indicate when the trigger code is executed.