May be of use to someone but posted more to gather some feedback about what features people would like to see in a set of data bound views.
The DBSpinner adds the following methods to the vanilla Spinner:
SetDatabase(DB As SQL): Set the database connection to use.
SetRowSource(SelectStatement AS String): Sets the SQL SELECT statement that will populate the Spinner
GetRowSource(): Returns the SELECT statement.
Requery(): Clears the spinner and populates it with the result of SELECT statement specified in SetRowSource()
The DBSpinner adds the following methods to the vanilla Spinner:
SetDatabase(DB As SQL): Set the database connection to use.
SetRowSource(SelectStatement AS String): Sets the SQL SELECT statement that will populate the Spinner
GetRowSource(): Returns the SELECT statement.
Requery(): Clears the spinner and populates it with the result of SELECT statement specified in SetRowSource()