I am modifying an Access 2013 web app. I have a combobox (lookup field with user entered list) in List form view.
Now I need to filter values in this combobox based on other field. The other field is in the same table as text field.
I need to filter values in combobox if that other field is null or not null.
I have tried to create a table for combobox, I have also tried to create a query with parameter but from list view when I select query for my combobox I couldnt pass parameter.
When I select table it brings whole table which is same as entering values.
Let me know if you know any work around.
Thanks