Microsoft
Software
Hardware
Network
Question : Leading zero from number to Concatenated filed
I have a form that generates a Project number which is formated for 6 digits (000000)
So far all our project numbers are using 5 digits ie: 010501. This is how the number shows up on the form. I have a text box where I want to combine the Project number with the Project Name values in a text box called Project Code - so you would see something like: (01501:Project A)
When I use this statement in the text box - =[Project No] & ":" & [Project Name] I get - (10501:Project A) - I loose the leading zero.
Is there a better way to do this to keep the 6 digit formating in my Project Code field?
thanks for your help.
Answer : Leading zero from number to Concatenated filed
How about:
=Format([Project No],"000000") & ":" & [Project Name]
mx
Random Solutions
Continuous form - alternate shading every other record
What are the Interview Questions expected for WSS 3.0 having 1.5 to 2 years of experience.
Capture/crop non-rectangular objects in screenshots for use in PowerPoint 2007
How can i install the renewed certificate on edge server
Replace Windows 2000 Server with 2003 server
Receiving error when submitting data to SQL Server through asp.net vb
SQL Server 2008 - can't insert and see polish characters in SQL table
Insert Data from a table and also add a date/time the data was added in a column called DateRcv
DateSold Field
Exchnage Activesync and Android 2.0 Calendar Syncing issue