A Record Set contains a list of all the records that match a query you have created using the SQL Wizard in the Database Query action. For example, if your query was to search the database for all customers whose age range is between 18 and 35 – the record set will only contain records for users within this age range. A query will always produce a Record Set. The list could contain: no records; all of the records; or just some of the records contained in the database depending on how you set up the query. Search for Database Query in the main Opus Help file for more information. Note: Another common name for a Record Set is a Select List. |