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 ...
JRA. I'm not a programmer so I'm not sure I understand your question. But I get the impression what you want to see on your form is the automatic id number preceded by the letter "A". To do this, base your form on a query instead of your table. Your query will be based on your table. Open the query in design mode and enter the following line for the ID field: "id: "A" & ([ID Number])".
Hope you see what I mean.
This will work. The form will show you the following records: A1; A2; A3; ETC. It worked for me when I tried it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.