J
Jody McKinzie
ok, I have 1 table with too much data:
TBL:Vendors
VendorID -> Autonumber
Name -> TXT
OrderAddress -> TXT
OrderStreet -> TXT
OrderCity -> TXT
OrderSate -> TXT
OrderZip -> TXT
OrderContact -> TXT
OrderPhone -> TXT
OrderFax -> TXT
and the same for BILLING.
What i want to do is seperate the data into three tables: Vendors;
VenderOrders; and VendorBilling. Next, I want to keep the data the same for
all vendors...ie vendor 1 is vendor 1 in all three tables and all three
tables require they are the same.
Furthermore, I want to create a form that has all the information on it for
ease...but when the data gets populated, it will go to each of the three DB's.
Also, is there an easy way to apply 3NF normalization? (IE add-in or
something?)
Thanks in Advance.
TBL:Vendors
VendorID -> Autonumber
Name -> TXT
OrderAddress -> TXT
OrderStreet -> TXT
OrderCity -> TXT
OrderSate -> TXT
OrderZip -> TXT
OrderContact -> TXT
OrderPhone -> TXT
OrderFax -> TXT
and the same for BILLING.
What i want to do is seperate the data into three tables: Vendors;
VenderOrders; and VendorBilling. Next, I want to keep the data the same for
all vendors...ie vendor 1 is vendor 1 in all three tables and all three
tables require they are the same.
Furthermore, I want to create a form that has all the information on it for
ease...but when the data gets populated, it will go to each of the three DB's.
Also, is there an easy way to apply 3NF normalization? (IE add-in or
something?)
Thanks in Advance.