H
hughess7
Hi, I have five tables which all have part numbers and prices contained
within. I want to be able to search all five tables for a specific part
number and have the corresponding price returned if found. The added
complication being that the part number and price fields are not named the
same in each table.
I did produce a query for each table using a form (criteria from a part
number entered in an unbound text control), then created reports for each. I
wanted just one report to display the information though. I tried putting
four of the reports in as sub reports which at first appeared to work. But if
the part entered does not exist in the table the main report is based on, it
does not produce any results, even though it might exist in one of the
subreport tables.
Is there an easy way round this or do I need to resort to code?
Thanks
Sue
within. I want to be able to search all five tables for a specific part
number and have the corresponding price returned if found. The added
complication being that the part number and price fields are not named the
same in each table.
I did produce a query for each table using a form (criteria from a part
number entered in an unbound text control), then created reports for each. I
wanted just one report to display the information though. I tried putting
four of the reports in as sub reports which at first appeared to work. But if
the part entered does not exist in the table the main report is based on, it
does not produce any results, even though it might exist in one of the
subreport tables.
Is there an easy way round this or do I need to resort to code?
Thanks
Sue