Announcements
Hello I want to use a combo box for his search field but when I select the data base I use for the combo box I cant select the the table with the value I want I have all the others but not the one I need, it's a integer table it's not accepted in combo box ? in my drop down it work fine but I really need a combo box any idea ?
@Dive1
Search only works on text fields. You can add a column of concatenated text to the integer and search on that. You would need to sort on the integer column.
oh okay thanks I'll try to change my table so and see if I can select it.
No need to change the underlying data. Use AddColumns() to reshape the table.
AddColumns(YourDataSource, "IntText", Text(Int))
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
wolenberg_ 119 Super User 2026 Season 1
WarrenBelz 107 Most Valuable Professional
Haque 103