D
Dan
I am a beginer with Acess. I've created a few tables in my
database, and I'm tryin to reference a value into a table
from a different table, based on the primary key.
FOR EXAMPLE:
TABLE 1:
SSN FNAME LAST NAME GROUPID POLICYID COPAY
I want the Copay to come from Table 2
TABLE 2:
INSURANCENAME GROUPID COPAY
based on the group ID. because each Group ID has a
different CoPay.
(I know I can restructe this differently, but its an
example for a project I'm doing.
database, and I'm tryin to reference a value into a table
from a different table, based on the primary key.
FOR EXAMPLE:
TABLE 1:
SSN FNAME LAST NAME GROUPID POLICYID COPAY
I want the Copay to come from Table 2
TABLE 2:
INSURANCENAME GROUPID COPAY
based on the group ID. because each Group ID has a
different CoPay.
(I know I can restructe this differently, but its an
example for a project I'm doing.