R
Ryan
I am drawing a blank on this so I was wondering if you
guys could help.
For the sake of simplicity lets say I have 2 tables with
the following fields:
Table1:
Area (PK)
Area_code (PK)
location
Table2:
Area (PK)
Area_code (PK)
ID (PK)
FName
LName
MI
----------------------------------------------------------
I would like to insert Area_code, ID, FName, & MI into
Table2 and have the field Area be updated automatically
from the relationship it has with Table1. Is this able to
be done or do I need to specify the area when I insert the
data into table2?
Thanks,
Ryan
guys could help.
For the sake of simplicity lets say I have 2 tables with
the following fields:
Table1:
Area (PK)
Area_code (PK)
location
Table2:
Area (PK)
Area_code (PK)
ID (PK)
FName
LName
MI
----------------------------------------------------------
I would like to insert Area_code, ID, FName, & MI into
Table2 and have the field Area be updated automatically
from the relationship it has with Table1. Is this able to
be done or do I need to specify the area when I insert the
data into table2?
Thanks,
Ryan