D
Dennis
Hi,
I’m using Access via XP Access Pro running in XP Pro with SP3. Please note
that this question was posted in both the Database design and Form coding
forums (if I did it right).
I am donating my services to a homeless charity. They have about 80 homes
and apartment builds that they rent, at a greatly reduced rate, to people who
are rebuilding their lives. Most people stay in the homes for a year or less.
Currently, they are tracking all of the information on an Excel spreadsheet.
I’ve been asked to put this into an Access database. Expected transaction
count per renter is about 36 transactions per year with approximately 160
renters per year or approximately 5800 transactions per year.
My tables are:
Building – Keyed by building name. This will contain the name of all of the
physical buildings. There will be a code to tell me if this is a home or
apartment.
Unit – Keyed by building name and apartment number. This will contain all
of units that are in the building.
Renters – Keyed by auto number and indexed by name. This will contain the
renter’s information. I don’t know if I will have a Lease table or if I will
combine it with the renter’s information.
Transaction - Keyed by auto number and indexed by renter’s number from the
Renter’s table. The transactions will be Deposit, Rent, Late Fee, NSF
Charge, Misc Fee, and Adjustment. There will be a “Due†and “Paid†version
of each of the preceding transactions.
Our main objective with this project is to be able to have a report and
inquiry screen that shows how much each person owes as of the current minute.
There are
Here are my questions:
I’m still new to Access and I’ve never written anything with a “Transactionâ€
file where I have to summary the results in a Master file. I have downloaded
the Inventory Managements template from Microsoft. Does anyone know if there
is a better example for what I want to do?
Are there any suggestions or traps that I might want to avoid or hints to
assist me in efforts?
Thank you for your assistance.
I’m using Access via XP Access Pro running in XP Pro with SP3. Please note
that this question was posted in both the Database design and Form coding
forums (if I did it right).
I am donating my services to a homeless charity. They have about 80 homes
and apartment builds that they rent, at a greatly reduced rate, to people who
are rebuilding their lives. Most people stay in the homes for a year or less.
Currently, they are tracking all of the information on an Excel spreadsheet.
I’ve been asked to put this into an Access database. Expected transaction
count per renter is about 36 transactions per year with approximately 160
renters per year or approximately 5800 transactions per year.
My tables are:
Building – Keyed by building name. This will contain the name of all of the
physical buildings. There will be a code to tell me if this is a home or
apartment.
Unit – Keyed by building name and apartment number. This will contain all
of units that are in the building.
Renters – Keyed by auto number and indexed by name. This will contain the
renter’s information. I don’t know if I will have a Lease table or if I will
combine it with the renter’s information.
Transaction - Keyed by auto number and indexed by renter’s number from the
Renter’s table. The transactions will be Deposit, Rent, Late Fee, NSF
Charge, Misc Fee, and Adjustment. There will be a “Due†and “Paid†version
of each of the preceding transactions.
Our main objective with this project is to be able to have a report and
inquiry screen that shows how much each person owes as of the current minute.
There are
Here are my questions:
I’m still new to Access and I’ve never written anything with a “Transactionâ€
file where I have to summary the results in a Master file. I have downloaded
the Inventory Managements template from Microsoft. Does anyone know if there
is a better example for what I want to do?
Are there any suggestions or traps that I might want to avoid or hints to
assist me in efforts?
Thank you for your assistance.