I am trying to create a database that will allow a user to select a person, and from there be able to enter in there bills for the month.
For example, a person comes in and submits there gas, food, and utility bill. The user will then select the persons name and then enter in the description and amounts for the bills. I have it set up using a form/sub-form. I am able to do one record, but I dont know how to do the rest.
It would look like this
NAME ADDRESS
Date - Description - Amount
### Gas 20.00
### Food 20.00
#### - Total 40.00
The problem is I don't know how many bills the person would have, and I don't know how to make the form work with more then one record.
Should I create button next to the bill, and when clicked it would append the record and form a new bill below the current one? Is there a way to do it without using a button next to each record?
I want to be able to have the user print this off from the form.
Thanks for any help,
Todd
For example, a person comes in and submits there gas, food, and utility bill. The user will then select the persons name and then enter in the description and amounts for the bills. I have it set up using a form/sub-form. I am able to do one record, but I dont know how to do the rest.
It would look like this
NAME ADDRESS
Date - Description - Amount
### Gas 20.00
### Food 20.00
#### - Total 40.00
The problem is I don't know how many bills the person would have, and I don't know how to make the form work with more then one record.
Should I create button next to the bill, and when clicked it would append the record and form a new bill below the current one? Is there a way to do it without using a button next to each record?
I want to be able to have the user print this off from the form.
Thanks for any help,
Todd