Hello,
I have a table with fields: [buying program](contains buyers),[selling program](contains sellers), and [CCN](contains bandwidth).
I need to pull out total bandwidth sold from each seller to each buyer. The [CCN] field is a text field, containing things like 1.5MB, 512KB, and Trash Text that I'll want to ignore.
I'm having trouble pulling only the numbers out of the text field and then converting KB to MB ex: 512KB=.512MB
----> .512
Thanks
I have a table with fields: [buying program](contains buyers),[selling program](contains sellers), and [CCN](contains bandwidth).
I need to pull out total bandwidth sold from each seller to each buyer. The [CCN] field is a text field, containing things like 1.5MB, 512KB, and Trash Text that I'll want to ignore.
I'm having trouble pulling only the numbers out of the text field and then converting KB to MB ex: 512KB=.512MB
----> .512
Thanks