[QUOTE=gamer99;19302]Lets see. I’ve got 4 tables: Master, Group, Control and Sub. I’ve created the PDF report with the Master table and have joined the Group table to it via a subselect. Now I need to create a second subselect to join the data from the Control table to the Group table.
In the field list the the fields from the group table have been added like: group.GAccountNo, group.AccountDescription and so on. So I dont know how to link group.GAccountNo to GAccountNo in the WHERE clause of the Control subselect query (the Control table has a field called GAccountNo).
Hope this clarifies my situation.
Thanks for replying.[/QUOTE]
Ah yes, I understand. I have to admit that I don’t have that much experience with the pdf stuff to answer this question in a relyable way. Will try to find some time to look in to that, but I hope someone else can answer this question meanwhile.