S
Steve
I'm trying to build my first Access db. We run a non profit transitional
housing program and need to collect informatiion simular to property
management companies. We have applications, waiting list, leases, etc. We
also have to collect a lot of demographic data about our tenants/clients. I
have created a Tenant table with just basic unchanging info about
tenant/clients (Name, SSNumber, DOB, Ethnicity, Etc.). I then created a
Tenancy table because many people try our program two or three times. It
holds information specific to each stay (unit number, income level, etc.).
I am trying to make life as simple as possible as far as data entry goes so
I'm making an application table to track applications after they are turned
in. My question finally is how can I enter the names into the Application
table and have them also appear in the Tenant table when they are accepted?
Would I rename the Tenant table and put everyone in it some would have
information in the Application table and some would have information in the
Tenant table?
One more thing.
Is it "ok" to use the same lookup table for multiple
fields in the same table. Example. I have an Income Table with
EntryIncomeSource and ExitIncomeSource. I'd like to use the same lookup
table for both fields. Is this acceptable? Seems to work.
housing program and need to collect informatiion simular to property
management companies. We have applications, waiting list, leases, etc. We
also have to collect a lot of demographic data about our tenants/clients. I
have created a Tenant table with just basic unchanging info about
tenant/clients (Name, SSNumber, DOB, Ethnicity, Etc.). I then created a
Tenancy table because many people try our program two or three times. It
holds information specific to each stay (unit number, income level, etc.).
I am trying to make life as simple as possible as far as data entry goes so
I'm making an application table to track applications after they are turned
in. My question finally is how can I enter the names into the Application
table and have them also appear in the Tenant table when they are accepted?
Would I rename the Tenant table and put everyone in it some would have
information in the Application table and some would have information in the
Tenant table?
One more thing.
![Smile :) :)](/styles/default/custom/smilies/smile.gif)
fields in the same table. Example. I have an Income Table with
EntryIncomeSource and ExitIncomeSource. I'd like to use the same lookup
table for both fields. Is this acceptable? Seems to work.