I am trying to combine multiple fields in the same table to create the Primary Key field. Example, combining "Chapter" "Section" "Page" "Filename" and have the new field separate each of these with an "-". So, the resulting field would be "[chapter]-[Section]-[Page]-[Filename]" Each field is two digits except the filename field. I am pretty sure I could do this with two separate tables, but is there a way to do it within the same table?