WireGuyJCB
Programmer
First time question. Here is the situation. I have a query which pulls related data from three separate tables. There are six fields in the query results which may contain pointers to a fourth table. I only want to retrieve the data from the fourth table, if there the query returns data in the pointer field. If there are all six pointers then I will need to retrive six different records from the table. Can this be done with a subquery? Multiple subquerys? I would be happy for any recommendations.
Thanks
Thanks