Hi, I have created a very simple database to store all my car magazines. I only have one form and one querie and a couple of tables. I have captured the first (Left) letters of some fields to create an ID. eg [make]![model]![magazinename]![year]![issue] to create the result FEACR12355 that I want to use as the [magazineID]. I feel that I need it saved in a field in the main table and can't get it to work. I know all the reviews saying "don't do it" I don't know any other way to store the first (left) letter/number of a word as a unique ID. I could just simply create a text box in my form and manually type in the first letter of each of these other fields, but it is time consuming and I have this calculation working great in my form and querie. Hope this makes sense. Thanks for reading this question.