Generating a key from a parent table?

G

Galen Boyer

I would like to have a PK for each of my tables get its id from
an id table so that all rows end up having unique keys across the
entire database.

Is this possible in a form, and can I hide this creation from the
user?

Thanks.
 
Top