Viewing 2 posts - 1 through 2 (of 2 total)
Thanks Lynn. Using your code, now I get this:
Msg 4145, Level 15, State 1, Line 24
An expression of non-boolean type specified in a context where a condition is expected,...
September 10, 2012 at 8:26 am
#1535723
Here is my query:
SELECT dbo.RHeads.Branch, dbo.RLines.Part, dbo.Stock.Free AS [On Hand], dbo.RLines.CQty AS [Qty Last Received],
dbo.RHeads.DateTime AS Date,
...
September 10, 2012 at 8:05 am
#1535704