Ok...I know that the best way to set up a table is to work across (columns) with the items you need to store a piece of data for, and let the data work downword (rows). But what if each item needed 3 pieces of data?
What I have is a list of items, that needs to be updatable, that each month has to have 3 pieces of data stored for each item.
The only way I could think of to do this was to set up a table that has the list of items in it ran downward (rows) so that it could be updated, as a parent table, and then set up a child table for the data. What the user wants to be able to do is work down that list without having to click on anything inbetween each item, and then when completed, be ready for the next month.
I've set up a form and subform for the parent and child tables, but I need a way to move through that list seemlessly as data is entered. Does it sound like I am heading the right direction, or do I need to look at this differently? Please feel free to ask any other Q's as I am sure I didn't explain this very well... =]
What I have is a list of items, that needs to be updatable, that each month has to have 3 pieces of data stored for each item.
The only way I could think of to do this was to set up a table that has the list of items in it ran downward (rows) so that it could be updated, as a parent table, and then set up a child table for the data. What the user wants to be able to do is work down that list without having to click on anything inbetween each item, and then when completed, be ready for the next month.
I've set up a form and subform for the parent and child tables, but I need a way to move through that list seemlessly as data is entered. Does it sound like I am heading the right direction, or do I need to look at this differently? Please feel free to ask any other Q's as I am sure I didn't explain this very well... =]