I created a library to pass 2 variables to a form. Var1 is an LongInt field and Var2 is a currency field. When I return the values to the form, I return the Var1 to an alpanumeric field called description. Var1 was originally formated to display 05532 but when it returns to the description field from the library, the number now displays as 5532. When I return Var2 it works just fine because I return the value to another like field (currency). Can I make the library return Var1 with the same formatting so that when I return it to the description field it will display with the leading zero?
THANKS ALL
THANKS ALL