Viewing 6 posts - 1 through 6 (of 6 total)
Thanks for the tip Wayne.
In trying to research and find a solution on my own, I read through A LOT of information about Views. I just want...
November 5, 2010 at 12:26 pm
Thanks for your help Lutz, I really appreciate it.
I was able to create the View I need with your help and a couple of modifications. I've been working on...
November 5, 2010 at 11:23 am
Here's the statement I used to create the view. I'm not too familiar with the SQL needed to do things in one shot.
CREATE VIEW [dbo].[viewname]
AS
SELECT '' AS QtyTotal,...
November 4, 2010 at 4:31 pm
Thanks Lutz.
Here is the update I've been trying to make...
UPDATE viewname
SET QtyTotal = SUM(QUANTITY)
WHERE SERIALNUM = SERIALNUM and RECEIPT = RECEIPT
and here is the error I receive...
"Msg 4406, Level 16,...
November 4, 2010 at 4:28 pm
Thanks for your reply, John.
I just found out that I do not need to create an SP or a Trigger, by accident.
I am in a weird position here...
November 2, 2010 at 3:43 pm
Thanks Lutz.
I'll give it a shot.
October 29, 2010 at 3:15 pm
Viewing 6 posts - 1 through 6 (of 6 total)