Set Value in Sql of Query

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));
 
Add

, True

to the SELECT clause. Is this thread a continuation of the other, so I shouldn't bother following up there?
 

Users who are viewing this thread

Back
Top Bottom