I know this thread is pretty old, but I am still a bit unclear as to the solution proposed by Marc2012. I am creating a "user friendly" ID for assignments, involving a calculated field (concatenated Client initials, actual serial, and then added the assignment code and serial). I need for this ID to be saved, and never recalculated again, since this will also be assigned to a hard copy file for filing. And yes, in future this particular number might be recalculated if the person editing changed the client's name, which cannot be permitted since the label will be added to a physical file.
So my issue, I can do all the calculations, but, when the record is being created, I would like to be able to get the field for the ID to be filled automatically. Any suggestions? Additional note, I am also trying to restrict the whole database to Macro's only, since I am not versed in VBA yet.
Thanks in advance!
So my issue, I can do all the calculations, but, when the record is being created, I would like to be able to get the field for the ID to be filled automatically. Any suggestions? Additional note, I am also trying to restrict the whole database to Macro's only, since I am not versed in VBA yet.
Thanks in advance!
Comment