G
Guest
I need to have an auto number that ends up looking like this: LLLL-YY-B###
(1st 4 characters represent an alpha location, 2nd 2 the next year or budget
year, B indicates that it is a budget project, and ### needs to increment +1
from the last highest number). In a text box using concatenation I have
gotten everything coded in a text box except for the ### part:
=[txtAlphaCode] & "-" & Right([BudgetYear2],2) & "-B". In reading through
other replies, it appears this should be a separate table and then add it to
my text box. I don't know how to do this last part. Anyone have some help for
me? Thank you!!!
(1st 4 characters represent an alpha location, 2nd 2 the next year or budget
year, B indicates that it is a budget project, and ### needs to increment +1
from the last highest number). In a text box using concatenation I have
gotten everything coded in a text box except for the ### part:
=[txtAlphaCode] & "-" & Right([BudgetYear2],2) & "-B". In reading through
other replies, it appears this should be a separate table and then add it to
my text box. I don't know how to do this last part. Anyone have some help for
me? Thank you!!!