Table names to listbox?

Hi,
does anyone know of any examples, which load table names from an SQLite database, into a single column listbox?
I am trying to extend my knowledge on this topic, but cannot seem to find what I need.

Thank you all in advance.

The code in Database.TableSchema ought to work (changing the MsgBox call to ListBox.AddRow instead).

Thanks Paul - I will look at that later :slight_smile: