N
NigelB
Hello, I have 2 tables Organization & Quantity (Org & Qty):
Org
OrgId (PK)
Orgname
OrgAddr
OrgCity
OrgState
OrgZip
....
Qty
OrgID (PK)
QtyYear (PK)
QtyAmount
QtyDate
QtyLoc
Relationship betwen Org.OrgId & Qty.OrgId. There are many quantities to each
organization.
One quantity per year per organization hence QtryYear is 2002, 2003 etc &
QtyAmount is total, QtyDate is date given & QtyLoc is location.
I have been building some forms. Typically one form I have is for data entry
for the 2005 year plus it displays the current information in the
organization table allowing the fields to be updated if necessary. So I
display the organization data, the 2004 QtyAmount (just for information) then
I would like to be able to enter the 2005 quantity data - QtyAmount, QtyDate
& QtyLoc.
Unfortunately it seems I show the 2004 QtyAmount but then when I enter
quantity data I overwrite 2004 rather than add 2005 ?
Thanks
Org
OrgId (PK)
Orgname
OrgAddr
OrgCity
OrgState
OrgZip
....
Qty
OrgID (PK)
QtyYear (PK)
QtyAmount
QtyDate
QtyLoc
Relationship betwen Org.OrgId & Qty.OrgId. There are many quantities to each
organization.
One quantity per year per organization hence QtryYear is 2002, 2003 etc &
QtyAmount is total, QtyDate is date given & QtyLoc is location.
I have been building some forms. Typically one form I have is for data entry
for the 2005 year plus it displays the current information in the
organization table allowing the fields to be updated if necessary. So I
display the organization data, the 2004 QtyAmount (just for information) then
I would like to be able to enter the 2005 quantity data - QtyAmount, QtyDate
& QtyLoc.
Unfortunately it seems I show the 2004 QtyAmount but then when I enter
quantity data I overwrite 2004 rather than add 2005 ?
Thanks