A family of Microsoft relational database management systems designed for ease of use.
@Scottgem
Sorry, I don't quite understand what you are saying there. Would that mean I would have to have many separate tables then if I wanted to limit the input?
@Ken Sheridan
Okay, that makes sense. I will have to develop that table.
I have attached a small sample of the database to this post.
Here is my goal:
- User opens up a Navigation Form
- User Selects "Customer" tab
- User Inputs Customer information
- User Selects "Customer Profile" tab
- User Inputs "Customer Profile" information
a) Some of these inputs will be restricted to a list
b) Some of the fields will have multiple inputs and be restricted to a list
That is what I am working on currently. I will tackle the orders part after this.
The reason I want to limit it to a certain list is for easier data entry ultimately and reduce the chance of a mistake. Some fields are ranges so the field type is text. Do you have any recommendation on how ot handle that in the tables? The Customer picks their weight based on a list of ranges such as "150-160", "161-170", etc.
Questions I have then about my current DB:
- How do I store multiple entries via form into the tables?
a) A person may like multiple colors and I want to store all of that
b) A person may like multiple patterns and I want to store all of that
- How do I limit inputs into the form with a list?
a) Certain fields need to be restricted to just a predetermined list
b) Certain fields have "Other" option that the customer can select and input an option we do not
have (Ex. We don't have a certain color listed, so user manually inputs it into the survey they fill
out) The user should then be able to manually input a color in as well along with the list of colors
I hope all my questions make sense, if not, I can clarify any confusion.
I greatly appreciate all the help so far!