Note: The FOREIGN KEY CONSTRAINTs for OrderID and ProductID have
been omitted for brevity.
Sample Data:
1, 5, 10/29/2005, 10, 1
Query:
UPDATE OrderDetails
SET Quantity = 20
WHERE OrderID = 5
AND ProductID = 10
Output:
1, 5, 10/29/2005, 10, 20
Sincerely,
Chris O.
PS My apologies if my answer didn't match your
question.
PPS Although meant for an sqlserver newsgroup, the
following link is still applicable for MS Access: http://www.aspfaq.com/etiquette.asp?id=5006, and
is excellent when it comes to detailing how to
provide the information that will best enable
others to answer your questions.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.