I'm trying to create a formula that will extract first 6 digits of part number that and also the current datetime stamp. Thinking of something like this in a formula
left(partnumber,6)+'-'+totext((CurrentDatetime)).
This will leave me a value like 55555-1/21/2011 00:00:00
which is fibe but it's going to leave me a barcode with breaks where there is a space.. not sure how it's going to treat the : and other seperators. Is there a better way to do this?
left(partnumber,6)+'-'+totext((CurrentDatetime)).
This will leave me a value like 55555-1/21/2011 00:00:00
which is fibe but it's going to leave me a barcode with breaks where there is a space.. not sure how it's going to treat the : and other seperators. Is there a better way to do this?