I have a recordset which is looksing up values from a table in another database (with the linking of the tablez). I now am be wanting to assign theses values to a combobox. Any ideas? Here's my code so far (pretty simple):
Dim dbs As Database, rst As Recordset, x As Integer
Set dbs = OpenDatabase("C:\OtherDatabase.mdb"
Set rst = dbs.OpenRecordset("OtherTable"
[MyComboBox].RowSource = ???
No ideaz what the ??? should be being! Any helpsies whould be helpfully helpful!
Dim dbs As Database, rst As Recordset, x As Integer
Set dbs = OpenDatabase("C:\OtherDatabase.mdb"
Set rst = dbs.OpenRecordset("OtherTable"
[MyComboBox].RowSource = ???
No ideaz what the ??? should be being! Any helpsies whould be helpfully helpful!