E
epete367
I have a table with a field ShipDate. In another table there are fields
ShipDate1 - ShipDate12. I need to create a report that shows shipping
dates broken down by week. I created a union query that unions all
ShipDate fields as DateToShip. Now I need to create the report showing
the other necessary info (OrderID, CustomerID, ShipVia). From trial, I
found I cannot create a report that grabs info from the underlying
queries and the union query. Is there a way to have the union query
show the other columns of info so that the report can be based on that
one query? I am brand new to union queries. Thanks!
ShipDate1 - ShipDate12. I need to create a report that shows shipping
dates broken down by week. I created a union query that unions all
ShipDate fields as DateToShip. Now I need to create the report showing
the other necessary info (OrderID, CustomerID, ShipVia). From trial, I
found I cannot create a report that grabs info from the underlying
queries and the union query. Is there a way to have the union query
show the other columns of info so that the report can be based on that
one query? I am brand new to union queries. Thanks!