I'm looking for some general ideas about how to set up this database. I want to switch to using Access where I can control the reports a whole lot better than my last program. My main question is what's the best way to setup my tables in order to accomplish the tasks below.
The situation is this will be a payment tracking database for multiple people over multiple weeks. I would like an update form that allows me to see and update the main table with the payments for the people on the current week. And based on this I would like to be able to make reports that can show me how much they are behind or ahead as of the current week. And a report that can show what they have paid in total and how close they are to the total amount they have to pay. My first pass I made one table with all the people and a field for each week. That idea worked great for the report to show what they have paid so far and for the year against the corresponding amounts. But now to be able to have a form that brings me back all the people and one column to put in what they paid today and to know that today is the week 3 column for example is where I am stuck.I can't think of an easy way to do this the way the table is structured. And I would like to be able to have multiple people on the same page of the form if possible, if not I can live without that whistle.
The situation is this will be a payment tracking database for multiple people over multiple weeks. I would like an update form that allows me to see and update the main table with the payments for the people on the current week. And based on this I would like to be able to make reports that can show me how much they are behind or ahead as of the current week. And a report that can show what they have paid in total and how close they are to the total amount they have to pay. My first pass I made one table with all the people and a field for each week. That idea worked great for the report to show what they have paid so far and for the year against the corresponding amounts. But now to be able to have a form that brings me back all the people and one column to put in what they paid today and to know that today is the week 3 column for example is where I am stuck.I can't think of an easy way to do this the way the table is structured. And I would like to be able to have multiple people on the same page of the form if possible, if not I can live without that whistle.