Jump to content

This topic is 7576 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hello

I have a situation where I have to send a 6 digit number to a company to be processed by email.

Some of the file may have only 4 or 5 digits it which case I would automatically like to add a zero before the number. Can this be done with a calc?

Thanks

STAN

Posted

Add an auto-enter calc: Right( "000000" & field ) and deselect 'Do not replace existing value for field'.

Posted

-Queue- said:

Add an auto-enter calc: Right( "000000" & field ) and deselect 'Do not replace existing value for field'.

Right( "000000" & field,6 )

(I've been seeing this "zeroes" convention alot lately. Is the ",6" just implicit in the solution and I'm being redundant?)

wink.gif Paul

This topic is 7576 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.