G gico1972 Registered User. Local time Today, 10:11 Joined Oct 19, 2008 Messages 25 Oct 1, 2010 #1 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
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
John Big Booty AWF VIP Local time Today, 19:11 Joined Aug 29, 2005 Messages 8,262 Oct 1, 2010 #2 Check the Abs() function.
missinglinq AWF VIP Local time Today, 05:11 Joined Jun 20, 2003 Messages 6,420 Oct 1, 2010 #3 As JBB suggested, Abs(YourControlName) & " " & "Days since departure"