hi all,
I have a ComboBox and I want the ability to display the Data in a display form based on the selected data.
The data in the combobox will only ever appear once but will ALWAYS appear in the table.
i'm trying the below on the "Items" on the form but doesn't work.
filter(LFTable, Name = ComboBox2.selected.Name)
*i don't have multiple selected on the combobox there will only ever be 1 thing selected*