Microsoft
Software
Hardware
Network
Question : sql statement needed
need a sql statement to show that for each time a car is added to (product table)...inventory is reduced from (part table).
Table name: PRODUCT
PROD_CODE PROD_QOH
car 24
Table name: PART
PART_CODE PART_QOH
Frame 22
Moulding 23
Answer : sql statement needed
begin tran
insert into PRODUCT select ...
if @@ROWCOUNT > 0
UPDATE Part
SET qty = qty -1
WHERE PART_QOH = ???
IF @@Error <> 0
BEGIN
ROLLBACK TRAN
return
END
commit tran
Random Solutions
Filter By Form works perfect in MDB but does nothing in MDE
Export Access to Word template
Runtime error 2424 strikes in error
TextBox and Validation Rule
.NET MySQL question
left column thing is gone in FrontPage 2003
the certificate is invalid for exchange server usage
Disable 'create profile' enquiry in Windows 7
Display No Rows or No Data Found Message for the Matrix in SSRS
Does Office 2003 SP3 include SP1 and SP2 ?