Just out of interest i thought people might like to Know that this code populates ca combox with a list of table from a database using VBA.
'Populates the combo box with the tables from a database
'declaration of variable
Dim strDatabasePath As String
Dim oConn As Object
Dim oTable As Object...