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

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
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,214,920
Messages
6,122,262
Members
449,075
Latest member
staticfluids

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