istoica
04-21-2009, 02:37 PM
Hello everyone!
I searched the MSAccess help file and the internet and still no result. Till I finally found this forum from which I think i'll learn a lot.
But I am writing this thread because I have a problem...
I have like 2000 scanned land deeds that I want to put into an access database but i am having troubles in designing the relationships and the forms.
The typical deed has:
a deed number
one or more owners
one or more ancesters from which the owner(s) inherited the land
the name of the home town and the home county for the owners
the name of the home town and the home county for land's position
the date the deed was issued
the type of land attribution (given/ given back/ etc)
the zone in which the land is situated (within city limits/ outside city limits)
the description(s) of the parcel(s) which consists in: land usage | map number| parcel number | area | north neighbour | east neigbour | south neighbour| west neighbour | Memo
So, I created the tables as it follows:
land usage: a list of 7 land usage categories
ancesters: only a FullName field
home county: a list of the counties here in my area
parcels: (lookup) land usage | map number| parcel number | area | north neighbour | east neigbour | south neighbour| west neighbour | Memo
Owners: only a FullName field
Home Town: a list of towns here in my area
Position town: a list of towns here in my area
Position counties: a list of counties here in my area
Zoning: one column, the two types of zones i mentioned earlier
and finaly: Deeds, with the followig structure:
ID (autonumber)
Deed Number: number, 0 decimals, the number of the deed
Owner(s)
Ancester(s)
owner's home town (lookup in table)
owner's home county (lookup in table)
Land area (number, 0 decimals)
Land position town (lookup in table)
Land position county (lookup in table)
Land attribution type (lookup in table)
Deed's issue date (date)
Parcel(s)
I want to create a form for the Deeds table, with three subforms for Owner(s), Ancester(s) and Parcels but whenever i input a new deed i want to be able to input several records in each of the three subforms but still having them related with only one deed.
Which are the relationships I need to create and how do I get to have such a form?
Much obliged.
I searched the MSAccess help file and the internet and still no result. Till I finally found this forum from which I think i'll learn a lot.
But I am writing this thread because I have a problem...
I have like 2000 scanned land deeds that I want to put into an access database but i am having troubles in designing the relationships and the forms.
The typical deed has:
a deed number
one or more owners
one or more ancesters from which the owner(s) inherited the land
the name of the home town and the home county for the owners
the name of the home town and the home county for land's position
the date the deed was issued
the type of land attribution (given/ given back/ etc)
the zone in which the land is situated (within city limits/ outside city limits)
the description(s) of the parcel(s) which consists in: land usage | map number| parcel number | area | north neighbour | east neigbour | south neighbour| west neighbour | Memo
So, I created the tables as it follows:
land usage: a list of 7 land usage categories
ancesters: only a FullName field
home county: a list of the counties here in my area
parcels: (lookup) land usage | map number| parcel number | area | north neighbour | east neigbour | south neighbour| west neighbour | Memo
Owners: only a FullName field
Home Town: a list of towns here in my area
Position town: a list of towns here in my area
Position counties: a list of counties here in my area
Zoning: one column, the two types of zones i mentioned earlier
and finaly: Deeds, with the followig structure:
ID (autonumber)
Deed Number: number, 0 decimals, the number of the deed
Owner(s)
Ancester(s)
owner's home town (lookup in table)
owner's home county (lookup in table)
Land area (number, 0 decimals)
Land position town (lookup in table)
Land position county (lookup in table)
Land attribution type (lookup in table)
Deed's issue date (date)
Parcel(s)
I want to create a form for the Deeds table, with three subforms for Owner(s), Ancester(s) and Parcels but whenever i input a new deed i want to be able to input several records in each of the three subforms but still having them related with only one deed.
Which are the relationships I need to create and how do I get to have such a form?
Much obliged.