0

How do I pull data from multiple tables? (ODBC)

I am trying to use Jet Reports to access data from multiple tables with a linked column. For example, the table “Aircraft” has the column, “Aircraft ID” and the table “Quotes” has the column “Aircraft ID”. I would like to pull “Tail Number” from Aircraft and “Confirmation Number” from Quotes. Using sql it would be similar to “Select ‘Tail Number’, ‘Confirmation Number’ from Aircraft a inner join Quotes q on a.aircraft ID = q.aircraft ID”

Using Jet Reports documentation I created this query:

=NL("Table","Aircraft",{"Tail Number","LinkField([Quotes - Original],[Confirmation Number])"},"InclusiveLink=","Quotes - Original","Aircraft ID","=Aircraft ID")

But received the following error:

“Inclusive Links are not supported in the Universal data source”

Can you not pull data from multiple tables with a Universal Data Source or is there another way?

3 comments

Please sign in to leave a comment.