Dear All,
I thanks all member of msaccess forums for their valuable time and professional support.
Now i'm stuck with new assignment hopefully seeking help from our esteemed professional ms access members.
I have design four tables for controlling my procurement assignments.
The database concept i applied is following.
i have design four table and all tables are normalized and in one to many relationship.
Note : four table , tblPR , tblPO, tblCostCode, tblSupplier
1. tblPr :- tblPR has a field prNO i.e unique and unique workorder no in his table.
2. tblPO;- one PR or the unique PR has more than one PO sometimes one PO or two or more than two PO for a single PR. but each PO has details of items unit and unit price then vat amount and then total price with vat sometimes PO has discount then it will gives total price with vat as it is mentioned in tblPO.
3. each PO has a supplier details tblSupplier for follow up.
4. each PR has a cost code for financial purpose. i.e is tblCostCode
I want a form based on this four tables with following model.
first i get PR and once i entered PR details in my form then after approval few days PO will come. supposing PR has 4 items then may be po will come for two items with supplier details and then again after few days for same pr again another PO will come for remaining items with all po details. i need to continuously entered the details for Reports and follow up.
i mean one PR has more than one PO.
Then each PO is associateds with one vendor with tblSupplier.
Please assist me in design a form and a report that records all the details and future report print .
Please find attached database , i don't have much knoeledge about designing forms from four different tables.
Please aadvise if something wrong with table design.