I know the general rule is to not save calculated fields, but in this case I am trying to calculate a unique identifier built from the first letter of [First Name], the first letter of [Last Name], and an autonumber [Client Number]. Thus, the form automatically creates a unique client number from input of the first name, last name, and the table autonumber, i.e. JJ-0250. I would then like to use this unique number as the primary key linking various tables. Might this be a case where I need to save the calculated field to the table and if so how do I accomplish that?