I moving some Access apps to VB and ran into a problem with a lookup combo box. The table I'm using will contain a list of active tables in the database. No problem building the table at Form Load, but the Combobox will not read the file contents.
I have tried : cboTableNames.Refresh
after re-building the contents.
I have linked the Combobox using the DataSource, DataMember, and DataField properties, to no avail.
Any ideas are appreciated.
TIA,
Rik
I have tried : cboTableNames.Refresh
after re-building the contents.
I have linked the Combobox using the DataSource, DataMember, and DataField properties, to no avail.
Any ideas are appreciated.
TIA,
Rik