I would like to see if I am doing this okay or not. I want to confirm the best manner of storing a BilltoID and a ShiptoId address.
I presently store 1,000 BilltoID's with 1 address each in table1. Then I have 1,500 ShiptoID's with 1 address each in table2.
I figure that i would make a main form with a pulldown combo box on the left for soldtoID and have an address travel in from table1. and then a different set to the right with another pulldown combo box for the shipto address pouring in from table 2.
I have looked at some models. they seem to have the BilltoID linked to a table1 like mine with one address. BUT the Shipto section is a Manual input section and not a table.
So is my method good? anything other address handling method there that i should look at?
Unrelated to my Order form, i want to mention that I also have a Contact table with many people who could get letters from us. so i have more address over in that table linked via the combined billto-shipto codes.
thanks you for reading this and giving suggestions before i proceed.
Molly
I presently store 1,000 BilltoID's with 1 address each in table1. Then I have 1,500 ShiptoID's with 1 address each in table2.
I figure that i would make a main form with a pulldown combo box on the left for soldtoID and have an address travel in from table1. and then a different set to the right with another pulldown combo box for the shipto address pouring in from table 2.
I have looked at some models. they seem to have the BilltoID linked to a table1 like mine with one address. BUT the Shipto section is a Manual input section and not a table.
So is my method good? anything other address handling method there that i should look at?
Unrelated to my Order form, i want to mention that I also have a Contact table with many people who could get letters from us. so i have more address over in that table linked via the combined billto-shipto codes.
thanks you for reading this and giving suggestions before i proceed.
Molly