Reputation:
In my Delphi application I have three FireDac tables A,B,C connected to a SQLite database. Table A has a lookup field in the result field of table B. This result field is a Lookup in a field of table C. When I run the code I get the error "there is no such column LookupFieldB". Apparently table A is looking at the physical table B where indeed there is no such field. With SQL code I can handle it with the JOIN command but here I am using tables and not queries.
Is there a way to achieve this?
Upvotes: 0
Views: 62