When you select a relation in the Configuration Utility, the right portion of the dialog displays the properties for that relation. Only the Main page is applicable to relations.

Although SQL doesn't have the concept of one-to-many or child-parent relations, Stonefield Query has an easier time resolving the relationships required in a query if you specify which table is on the "many" side and which is on the "one" side of a relationship (or which is the parent and which is the child).

The properties displayed are:

The Test button tests the relationship by doing a SELECT TOP 10 child field or fields, parent field or fields FROM child table join type parent table (for example, SELECT TOP 10 Child.Field, Parent.Field FROM Child INNER JOIN Parent) and displays the results in a grid. You can quickly see if there are any matches; if not, the relation properties likely aren't set up correctly.