Group: StrataFrame Users
Posts: 277,
Visits: 1.1K
|
Hi,
I know you can add a custom WHERE clause in a BrowseDialog's Searching event when you know the specific values, ie.
WHERE my_Car IN (0,1,2)
But can you do this?
WHERE my_Car IN (SELECT carid FROM myCars)
Is this possible?
Thanks,
Aaron
|