klynch0803
Registered User.
- Local time
- Today, 13:16
- Joined
- Jan 25, 2008
- Messages
- 102
In the below sql statement within my query how can I set the invadjust in the first line to true when this is ran?
Code:
INSERT INTO tdatInventoryRec ( RecDate, Item, Qty, invadjust )
SELECT [qdatInventoryCheckupGather Diff].InvDate, [qdatInventoryCheckupGather Diff].Item, [qdatInventoryCheckupGather Diff].Converted
FROM [qdatInventoryCheckupGather Diff]
WHERE ((([qdatInventoryCheckupGather Diff].Diff)<0));