Within my table, there is data like 1000 MHz or 120000 MB that I need to parse into parts and convert to 1 GHz and 120 GB.
Within Excel, I worked out this formula
Access does not seem to like the FIND instruction when I build the parameter. I just want to stip the numeric part of the field so I can manipulate it.
Help! B-(
Alan
It is easier to apologize than ask permission!
Within Excel, I worked out this formula
Code:
=LEFT(C4,FIND(CHAR(32),C4,1)-1)
Access does not seem to like the FIND instruction when I build the parameter. I just want to stip the numeric part of the field so I can manipulate it.
Help! B-(
Alan
It is easier to apologize than ask permission!