K
kamil.jedrzejewski
Hi.
Is it possible to create a field in a table that lookups to a
different field in the same table?
for example I have an Employees table with fields:
ID
Name
Boss_ID
and as you can imagine Boss is also an employee and Boss_ID is related
to ID.
Can I do that in MS Access?
Another example:
Contracts table:
ID
Type
Subject
App_ID
Assumption - appendix to the contract is also a contract (I don't want
to create appendix table).
So:
If Type="Appendix" then App_ID should point to the Contract.ID of the
main contract.
[Contracts example is my real problem]
Best regards,
Kamil
Is it possible to create a field in a table that lookups to a
different field in the same table?
for example I have an Employees table with fields:
ID
Name
Boss_ID
and as you can imagine Boss is also an employee and Boss_ID is related
to ID.
Can I do that in MS Access?
Another example:
Contracts table:
ID
Type
Subject
App_ID
Assumption - appendix to the contract is also a contract (I don't want
to create appendix table).
So:
If Type="Appendix" then App_ID should point to the Contract.ID of the
main contract.
[Contracts example is my real problem]
Best regards,
Kamil