Hi, Looking for a solution.
Table has a relationship with master table.
Joined on TractID primary table - auto number, TractID child table - number.
This works as it should when adding a new record.
What I am trying to do is create a new key for each new record added in the child table with an ID that looks like this:
TractID.A, TractID.B, TractID.C etc. for each new record added in the child table.
Is this possible? if so where do I look, what do I search for or best can someone tell me how to accomplish it?
Many thanks.
Fen
Table has a relationship with master table.
Joined on TractID primary table - auto number, TractID child table - number.
This works as it should when adding a new record.
What I am trying to do is create a new key for each new record added in the child table with an ID that looks like this:
TractID.A, TractID.B, TractID.C etc. for each new record added in the child table.
Is this possible? if so where do I look, what do I search for or best can someone tell me how to accomplish it?
Many thanks.
Fen