B
Bob
running access 2k;
I have the following 3 tables:
employee: ssn (key; no dups)
complaints: ssn (key; dups ok), id (key; no dups)
issues: ssn (key; dups ok), id (key; dups ok), seq (key,
autonumber; no dups)
I have employee joined to complaints by [ssn] in a 1 to many relation.
When I open employee for browsing, I see a "+" sign under each record,
and when I click on it, I see the related records in complaints.
NOW -
I have complaints joined to issues by [ssn] and [id] in a 1 to many
relation. BUT - when I browse complaints - I DO NOT see the "+" sign
showing the relation to issues !!!???
I've tried removing the join btn emp & comp.
I've tried variations on the join btn comp. & iss. to no avail !!
could somone PLEASE tell me what the heck is going on here?
(all tables are in the same db; and are access tables)
tia - Bob
I have the following 3 tables:
employee: ssn (key; no dups)
complaints: ssn (key; dups ok), id (key; no dups)
issues: ssn (key; dups ok), id (key; dups ok), seq (key,
autonumber; no dups)
I have employee joined to complaints by [ssn] in a 1 to many relation.
When I open employee for browsing, I see a "+" sign under each record,
and when I click on it, I see the related records in complaints.
NOW -
I have complaints joined to issues by [ssn] and [id] in a 1 to many
relation. BUT - when I browse complaints - I DO NOT see the "+" sign
showing the relation to issues !!!???
I've tried removing the join btn emp & comp.
I've tried variations on the join btn comp. & iss. to no avail !!
could somone PLEASE tell me what the heck is going on here?
(all tables are in the same db; and are access tables)
tia - Bob