Hi all,
I want to populate a combobox recordsource with a query result, by using recordsets. I have done this using a query but is too slow.
Me.AddressCombobox.RowSourceType = "Table/Query"
Me.AddressCombobox.RowSource = "SELECT DISTINCTROW [Query3].[field1] FROM [Query3];"
The user enters a code in one unbound textbox and then the combobox is populated with results. I want to be able to do this with recordsets, thanks in advance for any help.
M-.
I want to populate a combobox recordsource with a query result, by using recordsets. I have done this using a query but is too slow.
Me.AddressCombobox.RowSourceType = "Table/Query"
Me.AddressCombobox.RowSource = "SELECT DISTINCTROW [Query3].[field1] FROM [Query3];"
The user enters a code in one unbound textbox and then the combobox is populated with results. I want to be able to do this with recordsets, thanks in advance for any help.
M-.