Another in the continuous stream of problems.
I have a table with three fields: Oil_distribution, oil_width, Oil_character. There are 5 predefined values for distribution and 4 for width. This means that there are 20 possible combinations of the two and each combination is assigned a character (heavy, medium, light). These assignments change depending on the site so i need the user to enter them easily - Preferably in a grid with width across the top, distribution on the side and character in the grid. Also, i need to access them easily for further calculations.
i have NO clue how to start to build a form that allows the user to edit all 20 records at the same time. I thought of putting each value in it's own field but that will make it difficult to query later.
What say the collective?
iz
I have a table with three fields: Oil_distribution, oil_width, Oil_character. There are 5 predefined values for distribution and 4 for width. This means that there are 20 possible combinations of the two and each combination is assigned a character (heavy, medium, light). These assignments change depending on the site so i need the user to enter them easily - Preferably in a grid with width across the top, distribution on the side and character in the grid. Also, i need to access them easily for further calculations.
i have NO clue how to start to build a form that allows the user to edit all 20 records at the same time. I thought of putting each value in it's own field but that will make it difficult to query later.
What say the collective?
iz