To assign a table to form you first have to put a STableElement onto your form and connect this element with you table.
As far as the element has been placed on you form you have to choose the data source.
To get the data source, just right click on the new table element (sTableElement) and choose properties from the context menu and then database.
There you will find the property RecordSource which describes the data source.
Choose your table from this location.

Fig. 194: The STableElement Properties Page
To activate the options CascadeUpdate or CascadeDelete just enable them at properties – Database.