Just in case it isn't apparent from Stefan's answer, you're not actually
concatenating the values of the two fields into a single field. You're
creating a Primary Key that consists of the two fields. Note that this will
not work if either of the fields can be Null.
If you need the concatenated value to be shown on forms or reports, create a
query that has a calculated field that concatenates the value, and use the
query wherever you would otherwise have used the table.