Auto entry of data

SROWE

New member
Local time
Today, 04:35
Joined
Apr 7, 2008
Messages
2
I am new to Access and I am trying to update our existing database. Presently our database is used to report incidents that have multiple subjects per incident. Is there a way to have a field recognize the data ie. the last name of an individual, and automatically fill in the remaining fields for that individual without having to fill in each field over and over again?

Your help would be greatly appreciated.
 
I am new to Access and I am trying to update our existing database. Presently our database is used to report incidents that have multiple subjects per incident. Is there a way to have a field recognize the data ie. the last name of an individual, and automatically fill in the remaining fields for that individual without having to fill in each field over and over again?

Your help would be greatly appreciated.

Your design is highly suspect of not being normalized if you are storing more than one piece of data for an individual (more than ID) in your tables. You should have a separate table for individuals, with their data, and then just add their ID number to the incident so you do not store redundant data.
Normalize.png
 

Users who are viewing this thread

Back
Top Bottom