View Single Post
  #2  
Old November 12th, 2009, 01:58 PM posted to microsoft.public.access.tablesdbdesign
Jeff Boyce
external usenet poster
 
Posts: 1,555
Default 2 different Qty in order details in northwind

Will every item in QTY be "cut into 10 pcs"?

How do you (and how does Access) know the relationship between the QTY
(as-received/Inventory) and the QTY1 (as-sold/Invoice)?

Without that information, it will be tough to set up a macro or any other
procedure to do this.

--

Regards

Jeff Boyce
Microsoft Access MVP

Disclaimer: This author may have received products and services mentioned in
this post. Mention and/or description of a product or service herein does
not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"Coco111 via AccessMonster.com" u56083@uwe wrote in message
news:9eff8d00db622@uwe...
Hi,

im pretty new with access 2007, i decide to use northwind template.
In order detail both form, i have 2 different Qty, the original Qty is the
Qty that will link to Inventory and I add another field Qty1 for invoice
purpose. For example, I got 1 roll of tape, 1 roll will be cut into 10
pcs.
We need to bill according to customer request qty 10, but actual qty sold
is
only 1. Anyone come across this issue. How to modify it w/o effect the
function?

table/form as below:-
ID
ORDER ID
PRODUCT ID
QUANTITY (FOR INVENTORY)
QTY1 (FOR INVOICE)
UNIT PRICE
AND SO ON

Is there any easy way to do? I dont know anything about macros...thanks in
advance.....coco111

--
Message posted via http://www.accessmonster.com