I'm trying to set an auto number for a text box on a form. I want it be something like A1, A2 etc., but I understand that I cannot set an auto number with a letter unless I type the following code ...
[ID Number] = "ID" & [autonumberText]
I don't know where to type this code in though.
Thanks,
James.