We are creating a form that "creates" an EAN-13 code when requested. These codes have a fixed 7 digits(basically a license)followed by 6 digits you can do anything you want with.
We have decided to use the 5 digits following the license as the ones which will indicate unique assignment with the 6th as a check digit of the entire 13.
We figured it would be fairly simple to write a macro which would retrieve '99999' from a table that contains only this one 5 digit number, insert it in the form, then decrement by one the '99999' to '99998' (and so on for each new code).
We can't seem to figure out how to retrieve the number from the table in Access. I can't seem to find anything that would allow me to point to the one populated cell in the table and bring it in to my form.
I figure this is something stupid, but 3 other people have said "oh that should be easy" and then failed as well. I guess we are a bunch of idiots.
Please help us as we are obviously Access challenged in my office....
We have decided to use the 5 digits following the license as the ones which will indicate unique assignment with the 6th as a check digit of the entire 13.
We figured it would be fairly simple to write a macro which would retrieve '99999' from a table that contains only this one 5 digit number, insert it in the form, then decrement by one the '99999' to '99998' (and so on for each new code).
We can't seem to figure out how to retrieve the number from the table in Access. I can't seem to find anything that would allow me to point to the one populated cell in the table and bring it in to my form.
I figure this is something stupid, but 3 other people have said "oh that should be easy" and then failed as well. I guess we are a bunch of idiots.
Please help us as we are obviously Access challenged in my office....