Control Problem

gico1972

Registered User.
Local time
Today, 10:11
Joined
Oct 19, 2008
Messages
25
A Control on my Form returns negative numbers however i want to manipulate the value and return "21 Days since Departure" EG replace -21 with 21 and adding "Days since departure" string.

Appreciate any help.

Thanks
 
As JBB suggested,

Abs(YourControlName) & " " & "Days since departure"
 

Users who are viewing this thread

Back
Top Bottom