DataSource.Table (gb.db.form)

Property Table As String

Returns or sets the name of the table we want to use.

This property can take any SQL "SELECT" request actually. If the string does not begin with "SELECT ", it is taken as a table name.

Often, you'll need a Primary Index in your database Table.