#1
|
|||
|
|||
![]()
I have a field called "Access Code" that will always be 5 numbers followed by 3 letters. 12345abc. The customer would like to pull just the last three letters in one spot on there flyer. The trim field code I have is below, but I'm getting a error "no value returned". I can't for the life of me figure out whats wrong with my code. Any help is greatly appreciated.
Code:
Right(Field("access code"),3); |
#2
|
|||
|
|||
![]()
You need to add the return:
return Right(Field("access code"),3);
__________________
Don Reimer - JavaScript Novice MAC OS 10.14.6 Acrobat DC FP Creator 12.0.1 |
#3
|
|||
|
|||
![]()
OMG - That falls under DA. Thank You
|
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|