Different Id

K

KARL DEWEY

Each FIELD has a different ID - it is called Field Name.

The table name with field name gives a unique identifier for each field.

Did I miss something in your question?
 
A

Admch

Yes you right but what I need is like fx: if I have a table called Nokia,
each field will get a uniqe Id that starts from 1 to ....x, but if I have
another table fx like ericsson, also each field will get a uniqe id that
starts from 1 to ...x, and this is a problem when I will add Ecart for each
item so what I need is how to apply a uniqe ID for all the fields in all the
tables like fx for nokia from 1 to...x and for ericsson from x to...y, no Two
field must have the same ID, they have all to be absolute uniqe.
 
Top