Displaying Text in a Number Field

GreenshootProgrammer

Registered User.
Local time
Today, 00:42
Joined
Jan 16, 2013
Messages
74
I have a number field in my subform that's autoupdated but I'd like it to display "weeks" beside the number without trying to store it, is this possible?
 
Place a label close to the text box and use it to display Weeks.

Dale
 
Put this in the Format Property of the control.

#" weeks"
 

Users who are viewing this thread

Back
Top Bottom