Dear Strom99,
If this is always the format you show above, then this formula should work:
Mid({Table.WeightField},instr({Table.WeightField},"("

,length({Table.WeightField}))
This will return (750 lb, 341 kg)
If you need to remove both parens adjust to this:
Mid({Table.WeightField},instr({Table.WeightField},"("

+1,length(Mid({Table.WeightField},instr({Table.WeightField},"("

+2))))
Hope that helps,
ro Rosemary Lieberman
rosemary@microflo.com,
Microflo provides expert consulting on MagicTSD and Crystal Reports.