I am making a database for my business. It is a Purchase Order Database. Please help me with the table set up. A Purchase Order has a unique #. My numbers start with R00109 and go up to R99909. Only the three digits between the R and the 09 will change. So i can have 999 purchase orders, which is pleanty.
Each Purchase Order, or PO, must have
1. The PO number (obviously)
2. The date it was issued
3. Who issued it
4. The company that is being given the PO
5. A description of what is being ordered
6. The amount or price of the PO
7. The invoice number
Also, I have a list of all possible issuers (#3 above), and all possible companies (#4 above).
What I am looking to do is make a simple form where i can issue a new PO and the PO# auto populate when I decide to issue a new one. In that same form I want tobe able to enter in all that info, & search for a PO#.
Any suggestions on how I should set up the tables and what has to be a primary key or whatever?
Thank you!
Each Purchase Order, or PO, must have
1. The PO number (obviously)
2. The date it was issued
3. Who issued it
4. The company that is being given the PO
5. A description of what is being ordered
6. The amount or price of the PO
7. The invoice number
Also, I have a list of all possible issuers (#3 above), and all possible companies (#4 above).
What I am looking to do is make a simple form where i can issue a new PO and the PO# auto populate when I decide to issue a new one. In that same form I want tobe able to enter in all that info, & search for a PO#.
Any suggestions on how I should set up the tables and what has to be a primary key or whatever?

Thank you!