Hi
I am a novice User who is just starting my learning curve with Access.... I am running 2016 version.
What I hope to accomplish/Record :
- record First and Last Name
- record which Country they are from
- record which Plan they picked ( choice of 9 plans)
- record whether the payment is recurring or not.
So I am thinking that I need two tables.........CustomerTable and PlanTable.....
if this is correct, this is where I am struggling. I am comfortable with the mechanics of Access ( creating Tables, Formatting, Forms, etc..) If someone can just tell me exactly what fields I need to put in what table, I would be most appreciative...
One Table
Customer Table
- Customerid
- First Name
- Last Name
- Country
- Plan ( choice of 9 on dropdown menu )
- Recurring Payment or not ( checkbox )
Or Two Tables
Customer Table
- Customerid
- First Name
- Last Name
- Country
Subscription Table
- Plan ( choice of 9 on dropdown menu )
- Recurring Payment or not ( checkbox )
Please advise.