A
Ant
I have a form with an unbound text box with the control
source of:-
=UCase(Left([lsurname],4) & (Left([Lforenam],1))) & DCount
("[Learn_id]","Learner Dataset")+1
The problem i am having is i would like the number at the
end of the concatenation of the fields to be in the format
of 0009.
For example my Text box currently displays: WEBBA9
I would like it to display: WEBBA0009
Is this possible.
Any help is greatly appreciated.
Thanks all
Anthony Webb
source of:-
=UCase(Left([lsurname],4) & (Left([Lforenam],1))) & DCount
("[Learn_id]","Learner Dataset")+1
The problem i am having is i would like the number at the
end of the concatenation of the fields to be in the format
of 0009.
For example my Text box currently displays: WEBBA9
I would like it to display: WEBBA0009
Is this possible.
Any help is greatly appreciated.
Thanks all
Anthony Webb