It sounds like you'd like to have three fields, your two, plus a "primary
key" field that contains the two values added together (concatenated).
DON'T!
If each of the two fields you have contain meaningful data, don't waste a
field to concatenate them. Concatenating is easy in a query.
If you are saying the the combination of the two fields is/should be unique,
you can used multiple fields together as a primary key, without any
concatenating/combining.
Regards
Jeff Boyce
Microsoft Office/Access MVP
"retep" <(E-Mail Removed)> wrote in message
news

8A54F16-8717-4189-A102-(E-Mail Removed)...
>I want to generate a primary key within a table by joining two fields
> together. as an example block=MP30 paddock=1 to generate paddock_id=MP301
> which will be the primary key. is it possible and how do you do it?
> --
> peter