I
ispfemme
I posted earlier and fear I may have worded things wrong.
I also tested each individual query to ensure that it was down to these two.
I have a strong feeling that the problem is in the second query I had posted:
Update
UPDATE [Full Details] LEFT JOIN [Full Details w Comments] ON ([Full Details].
[Line #] = [Full Details w Comments].[Line #]) AND ([Full Details].[P/O
Number] = [Full Details w Comments].[P/O Number]) SET [Full Details w
Comments].[Remaining-Qty] = [Full Details].[Remaining-Qty], [Full Details w
Comments].[Ven Date] = [Full Details].[Ven Date], [Full Details w Comments].
[Due Date] = [Full Details].[Due Date];
How to I simply force the table with comments to allow new information to
append but have old information that is no longer in the [full details] table
to be nulled. The comments table just needs to be updated but I'm still
having trouble with this.
Thank you so much for getting through this
I also tested each individual query to ensure that it was down to these two.
I have a strong feeling that the problem is in the second query I had posted:
Update
UPDATE [Full Details] LEFT JOIN [Full Details w Comments] ON ([Full Details].
[Line #] = [Full Details w Comments].[Line #]) AND ([Full Details].[P/O
Number] = [Full Details w Comments].[P/O Number]) SET [Full Details w
Comments].[Remaining-Qty] = [Full Details].[Remaining-Qty], [Full Details w
Comments].[Ven Date] = [Full Details].[Ven Date], [Full Details w Comments].
[Due Date] = [Full Details].[Due Date];
How to I simply force the table with comments to allow new information to
append but have old information that is no longer in the [full details] table
to be nulled. The comments table just needs to be updated but I'm still
having trouble with this.
Thank you so much for getting through this