I have a bound text box where the user is supposed to enter weight in kg. I would like to have an unbound textbox where they could enter weight in pounds & ounces (these are infants) and have it show the conversion for kg, so that could be entered correctly. First, how could I get the box to accept BOTH pounds and ounces (eg. 4 lbs 2 oz) for this calculation? kg = weight/2.2 is the formula for conversion, if this was just lbs I could do it. Best way to handle this? Thanks!