Hi All
I just want to share an interesting request that I'm facing with you. I couldn't find a solution maybe you guys give me some tips or advice.
I have a list that contains SkuNumber and SkuName. I put SkuNumber in a combo box. You can search by SKU number Filter it then submit it to update
Here is the request:
Some users want to search and filter SKUs from SkuName because they don't know all of SkuNumbers, and some want to filter SKU numbers. and they want to do this at the same time.
I'm Trying to do this:
I put two combo boxes, one with SKuNumber and the other with SkuName. If you select any of them during filtering, the relevant field in the other will be filled automatically.
for example, If I select SkuNumber "106" the SkuNanme combo box fills automatically with "Tornado-Canva"
If I select SkuName "Window-Comb" the SKuNumber Combo box fills automatically with "110"
is that possible to make or what do you suggest to do for me
Please help me with it.
Here is my interface

And here is my example table that I use

Regards
Sinan