Brittain12

New Member
Joined
Jul 28, 2015
Messages
36
I have a program that runs off of the data ID (which is for different employees) within Access that makes a barcode.

Is there a way to make the data ID alphanumeric?

so I want the data ID to be "BAY001 (Bill Brittain), BAY002 (Erick Vaughn), BAY003 (Johan Collins)" and so forth for each employee

I put it in the "format" section when setting up the data ID as BAY,0

But when i go to my form view it does not show the alpha just the numeric, but in the collection it shows the alpha numeric

How can i get it to show both?
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
There is no way to do this with any inbuilt access feature. You'd have to do it yourself (select max ID, then add one to it, then insert new max ID).
I don't see any clear advantage in adding a three character prefix (id 001 is as clear as ID BAY001, and furthermore wouldn't be limited to 999 items. Preferable to me would be a two-column key (one for the prefix, BAY, and one for the number 001) - then you can do anything you want with both together or just one part.
 
Upvote 0

Forum statistics

Threads
1,215,020
Messages
6,122,709
Members
449,093
Latest member
Mnur

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top