Hello,
I have two tables that I am combining in a query and grouping the data.
Table1: OrderID Table2: OrderID
OrderDesc ItemID
ItemDesc
My query has a relationship set up so that it displays all records from Table1 and only those records from Table2 where the fields are equal (liked by ID)
THe problem is that if an order has no item (no data in table2) it shows under ItemID in my query "#Error". It does not allow me to group this field after wards and I have to be able to group it by OrderID and ItemID to display it properly in a report.
Any ideas of how to get around this?
THanks a lot
I have two tables that I am combining in a query and grouping the data.
Table1: OrderID Table2: OrderID
OrderDesc ItemID
ItemDesc
My query has a relationship set up so that it displays all records from Table1 and only those records from Table2 where the fields are equal (liked by ID)
THe problem is that if an order has no item (no data in table2) it shows under ItemID in my query "#Error". It does not allow me to group this field after wards and I have to be able to group it by OrderID and ItemID to display it properly in a report.
Any ideas of how to get around this?
THanks a lot