G
Guest
I have two tables that I am working with. Both of them have order_number so
that could be the relationship. I am trying to get the order_date from one
table to the main table only if maintable's order_number = secondary
order_number. The main table has the column for order_date with no data. The
seconday table has the order_date with the data I want. I need to append the
order_date data from the secondary table to the main table. Please Help.
that could be the relationship. I am trying to get the order_date from one
table to the main table only if maintable's order_number = secondary
order_number. The main table has the column for order_date with no data. The
seconday table has the order_date with the data I want. I need to append the
order_date data from the secondary table to the main table. Please Help.