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
How to identify the correct globalization for date types ?
Not recognizing next years dates in Dataset Search
Windows 7 remote desktop causes black screen and am forced to cold boot
Vs2003 VB.NET I can't find ListItem
PAGE_FAULT_IN_NONPAGED_ARE<wbr />A during Startup
Access Date Function that is the equivalent of to_char(Date,'w') in Oracle
How to robocopy and remove EFS on destination files
Cannot Edit SQL Query Results
The expression you entered has a function name that Microsoft Office Access can`t find.
excel-vba code to change folder properties