C
Chris
i have the following tables setup:
IncidentTble
ScopeTble
To relate IncTables with ScopeTble I have the following field set up:
ScopeID=pk=autonumber
IncidentID=fk=number
Scope=memo
when i enter data into the incident table the scope table is not being
update. do i need to go a step further by creating a query. I have a
relationship between scopetble and IncTble.
IncidentTble
ScopeTble
To relate IncTables with ScopeTble I have the following field set up:
ScopeID=pk=autonumber
IncidentID=fk=number
Scope=memo
when i enter data into the incident table the scope table is not being
update. do i need to go a step further by creating a query. I have a
relationship between scopetble and IncTble.