N
Nevie and Phil
Creating unique Keys – Possible from table default?
I am trying to create unique keys for my tables, because I am taking 35
databases (of the same source) and combining them frequently.
I want to give each table a key that is a combination of an auto number and
their group number.
Is there a way I can do this from the table design default? I tried to
create a function and have it return the value, but it doesn’t recognize my
function when I try to call it from the table design and it didn’t like me
trying to call its own auto number field.
If you guys have any advice, I would appreciate it, thanks!
I am trying to create unique keys for my tables, because I am taking 35
databases (of the same source) and combining them frequently.
I want to give each table a key that is a combination of an auto number and
their group number.
Is there a way I can do this from the table design default? I tried to
create a function and have it return the value, but it doesn’t recognize my
function when I try to call it from the table design and it didn’t like me
trying to call its own auto number field.
If you guys have any advice, I would appreciate it, thanks!