I can create mailing labels that take SQL table fields and populate a labels template with their values via File -> New -> Templates. The problem is it uses all rows when I want to use a SQL WHERE clause to select only some rows.
Am I supposed to make the query in Base first then pass the data in somehow?