Hi!
I am trying to use the search function of a grid application,
but then I found out that I cannot search those field that does not exist in the original table.
For example, I created a field Dpt.Name with a grid lookup in order to retrieve a field from the other table:
Grid of Table A:
Name | Dpt.Code | Dpt.Name
Grid of Table B:
Dpt.Code | Dpt.Name
But then when I use the search function on that grid of Table A, I found out that I cannot search those records by typing Dpt.Name,
also if I try to perform a dynamic search on Dpt.Name, a error message will popup:
Is there any way to perform searching on fields that doesnât belong in the orignal table?

