Primary Key

K

Keith Emery

I need to specify a primary key in a table that is
generated with a maketable query.

I could do it either on creation or else through code
afterwards.

Which way is best & how do you do it?

I need the key to allow me to delete related records at a
latter stage

Thanks
 
Top