I'm creating a form which is populated by a data block query.
Let's say that I had an EMPLOYEE table, with the columns "ID" and "NAME".
Select ID, NAME from EMPLOYEE;
How can I trigger this automatically when the form loads (and is there a property or trigger designed to do this?)?