Hi everyone,
I have what I think is a simple problem but I am struggling with.
My database reports Number and Qty of objects. Sometimes these can be replaced by existing other objects. Right now i have a form that allows the user to enter the product and qty, or the product and another product that it uses instead (already somewhere in the database). I want a report to show the Product then the qty, then (if there is no qty since it was taken from a previous product) the product it was taken from and the qty of that product. it is fine to have empty fields in the report.
I'm trying to link these using a query but am having touble, and help would be greatly appreciated. Thanks alot!