So have a table I'm wanting to search with a combobox. or text input if you can tell me how to get it to start showing close results in a drop down with startswith.
what i have in on my test screen.
a gallery, combobox, and a text label inside gallery.
I'm needing so that when I search for an ID number in the combox the app displays the corresponding info of that row in the gallery text label.
I've been messing with this, and I keep getting these errors.
Name isnt valid 'Value' is not recognized.
and
The function 'Value' has some invalid arguments.
In the combobox I have under Items = t_ID_AST.IDNumber
In the gallery I have under Items = Filter(t_ID_AST, IDNumber = Value(ComboBoxsearch.Selected.Value))
lastly, for the Text Label I have under Text = ThisItem.IDDate
thank you in advance for any help you can give.