I have no idea where to put this.
I have a table with Codes in it, then there are a few columns that are different category lists. Codes can have different values in each list. Example, I have List A, List B and List C. Code 1 has a value AB12 in List A, F32 in List B and H19 in List C.
So in my table I have a column for the Codes, then for each List. If a user decides there needs to be a new list of values, how do I go about allowing them to enter the new list and proper values. As of now, there is no column in the table for a new list. I'm guessing there is a way on a form to maybe list all the codes with some text boxes where the user can input values then somehow dynamically create a new column in that table and store the user entered data there. Is that possible. Thanks.
I have a table with Codes in it, then there are a few columns that are different category lists. Codes can have different values in each list. Example, I have List A, List B and List C. Code 1 has a value AB12 in List A, F32 in List B and H19 in List C.
So in my table I have a column for the Codes, then for each List. If a user decides there needs to be a new list of values, how do I go about allowing them to enter the new list and proper values. As of now, there is no column in the table for a new list. I'm guessing there is a way on a form to maybe list all the codes with some text boxes where the user can input values then somehow dynamically create a new column in that table and store the user entered data there. Is that possible. Thanks.