Dec 8, 2008 #1 PL01 Technical User Joined Jun 9, 2008 Messages 57 Location US Is it possible to format Access so the leading '0' doesn't drop away from a long number? i.e. so 107 will read as 0107 when the report prints.
Is it possible to format Access so the leading '0' doesn't drop away from a long number? i.e. so 107 will read as 0107 when the report prints.
Dec 8, 2008 #2 PWise Programmer Joined Dec 12, 2002 Messages 2,633 Location US =format(longnumber,"000000") Upvote 0 Downvote
Dec 8, 2008 #3 randy700 Programmer Joined Sep 25, 2003 Messages 2,384 Location US Something like this? Code: format(yourfield,"0000") Randy Upvote 0 Downvote
Dec 8, 2008 1 #4 RoyVidar Instructor Joined Jun 16, 2000 Messages 6,606 Location NO Is this a report question? If so, you should consider the report forum ( forum703 ). In the report, select the textbox in question, and in it's format property (properties dialog), enter 0000 (four zero's). Roy-Vidar Upvote 0 Downvote
Is this a report question? If so, you should consider the report forum ( forum703 ). In the report, select the textbox in question, and in it's format property (properties dialog), enter 0000 (four zero's). Roy-Vidar