i have 2 tables: stocktable and projecttable
"stocktable" contains records listing materials for projects
"projecttable" will be filled by choosing a material from a drop down menu listing the materials from table "stocktable" and each record will have a qtyissued in "proejcttable".
the tables are linked by materialID primary field.
therefore the material not used yet for any project will not show in the table "projecttable"
im tryin to make a report that shows all items in "stocktable" and list the qty used from table " projecttable" if used already.
the problem is that the query is only showing the materials that are common means that are in "stocktable" and have been used in "projecttable" without showing the material that have no use in "projecttable"
how can i show all the items in the first table in the report?
Thank you
"stocktable" contains records listing materials for projects
"projecttable" will be filled by choosing a material from a drop down menu listing the materials from table "stocktable" and each record will have a qtyissued in "proejcttable".
the tables are linked by materialID primary field.
therefore the material not used yet for any project will not show in the table "projecttable"
im tryin to make a report that shows all items in "stocktable" and list the qty used from table " projecttable" if used already.
the problem is that the query is only showing the materials that are common means that are in "stocktable" and have been used in "projecttable" without showing the material that have no use in "projecttable"
how can i show all the items in the first table in the report?
Thank you