T
Tomtheappraiser
Ok, I work for the local assessors office, where computers are considered a
futuristic device. Literally, all work is done with a paper and pencil. So
when I wnet to work there, I bvrought my laptop and began creating a database
to help my productivity. I had NEVER used access before and tried to build a
database off the help files alone. But I could never wrap my head around
realtionships, so I ignored them.
Now, my database has run out of available fields that I could create on the
one table that serves my dtabase, along with the 8,000 records in it.
So I tried taking the online courses and they don't help at all. Maybe
someone here can help me.
My main table (I know it should have all kinds of seprate tables) has a
primary key that is an auto number ID. The table contains the records of all
the commercial properties in my district. This includes physical data
(building and lot size, number of apartment, retail or office units), sales
data (sale price, sale date, price per square foot) , financial data (leases,
loan terms, etc) and other pertinant information about the properites.
Now, one would think that a parcel number would be the unqiue identifier,
but properties are combined, divided and sold, so there are multiple records
with the same parcel number. So I stuck with the autonumber ID.
Now I need to create a form for recoding building permits. But since I ran
out the maxinum number of fields avaiable in my main table I needed to creat
a table just for fields for building permits. Which forces me to learn to use
relationships. I tired creating a table with "Permit Number" being the
primary key. My new table included the fields "project type", "estimated
cost", "Change in Value" (Yes/No), and "amount of change in value"
(Currency), "Date of Permit".
So on my form I created I needed the following fields from my main table:
"Parcel Number", "Address" , "Square footage".
I created a relationship of one to many with the main table as the parent
and the BP table as the child. Iused the ID field from the parent to connect
to the child table. (adding an ID field with auto number in the BP table).
But now when I go into enter date into the form. All of my data from the
main table is there, but I can't enter data into the fields from the BP
table. and the Permit Number field has "?Name" in the data box.
Can someone help me fix this? I think by doing this one thing it will help
me understand this much better. I intend to divide all of my data from my
main table into the correct tables at a later date as soon as I get a grip on
this relationship stuff. But, for right now assume I know NOTHING about
access in your explanation. I need step by step help.
futuristic device. Literally, all work is done with a paper and pencil. So
when I wnet to work there, I bvrought my laptop and began creating a database
to help my productivity. I had NEVER used access before and tried to build a
database off the help files alone. But I could never wrap my head around
realtionships, so I ignored them.
Now, my database has run out of available fields that I could create on the
one table that serves my dtabase, along with the 8,000 records in it.
So I tried taking the online courses and they don't help at all. Maybe
someone here can help me.
My main table (I know it should have all kinds of seprate tables) has a
primary key that is an auto number ID. The table contains the records of all
the commercial properties in my district. This includes physical data
(building and lot size, number of apartment, retail or office units), sales
data (sale price, sale date, price per square foot) , financial data (leases,
loan terms, etc) and other pertinant information about the properites.
Now, one would think that a parcel number would be the unqiue identifier,
but properties are combined, divided and sold, so there are multiple records
with the same parcel number. So I stuck with the autonumber ID.
Now I need to create a form for recoding building permits. But since I ran
out the maxinum number of fields avaiable in my main table I needed to creat
a table just for fields for building permits. Which forces me to learn to use
relationships. I tired creating a table with "Permit Number" being the
primary key. My new table included the fields "project type", "estimated
cost", "Change in Value" (Yes/No), and "amount of change in value"
(Currency), "Date of Permit".
So on my form I created I needed the following fields from my main table:
"Parcel Number", "Address" , "Square footage".
I created a relationship of one to many with the main table as the parent
and the BP table as the child. Iused the ID field from the parent to connect
to the child table. (adding an ID field with auto number in the BP table).
But now when I go into enter date into the form. All of my data from the
main table is there, but I can't enter data into the fields from the BP
table. and the Permit Number field has "?Name" in the data box.
Can someone help me fix this? I think by doing this one thing it will help
me understand this much better. I intend to divide all of my data from my
main table into the correct tables at a later date as soon as I get a grip on
this relationship stuff. But, for right now assume I know NOTHING about
access in your explanation. I need step by step help.