There is a way to do it, but are you sure that the
combination of last name and date will give you a unique
key value? Smith is pretty common, and if you try to
enter 2 Smiths with the same date, your primary key will
prevent you.
Anyway, to answer your question. Display table in design
view. Click on your first field, as you normally would to
set the primary key. Then, while holding the shift key
down, click on your second field. Now, both lines should
be highlighted. At this point, if you click on the
primary key symbol, your primary key should be set, using
both fields.
-----Original Message-----
I have database in which i would like to create the
prmary key as being combination of field surname and
field date. So that it would look like Smith12/04/04 and
could use that as the identifier. Does anyone know if ther
is way of doing so?