V
vandy
Hi All,
I wanted some help and advise on my existing database table structure and
would appreciate some inputs to acheive normalization.
currently i have 2 tables with data structure as listed below:
product table:
itemno - pk
itemdesc - description
uom- unit of measure
projectno-project no
catid-catalog id
stockno
po_no - purchase order no.
stocktransaction
id-pk
stockitemno-fk
dor- date of receipt of item
UnitsReceived
location- stock location
UnitsUsed
doi- date of issue
mpi
issuedto
I am calculating the items received and issued and keeping track of the qty
on hand for each item. Each item was received by a single pruchase order
which was unique but now the scenario is the purchae order can vary for the
same item and I have to track by po_no the items that were received. Right
now i am using a single form to input the po_no qty received and another form
for qty issued and tracking them.
If i have to track the po_no do i create another table and use another form.
I am quite new to access and require some guidance.
thanks
I wanted some help and advise on my existing database table structure and
would appreciate some inputs to acheive normalization.
currently i have 2 tables with data structure as listed below:
product table:
itemno - pk
itemdesc - description
uom- unit of measure
projectno-project no
catid-catalog id
stockno
po_no - purchase order no.
stocktransaction
id-pk
stockitemno-fk
dor- date of receipt of item
UnitsReceived
location- stock location
UnitsUsed
doi- date of issue
mpi
issuedto
I am calculating the items received and issued and keeping track of the qty
on hand for each item. Each item was received by a single pruchase order
which was unique but now the scenario is the purchae order can vary for the
same item and I have to track by po_no the items that were received. Right
now i am using a single form to input the po_no qty received and another form
for qty issued and tracking them.
If i have to track the po_no do i create another table and use another form.
I am quite new to access and require some guidance.
thanks