G Guest Jan 19, 2007 #1 Does any on know how to format 1.34.36.12 to look like 01343612 I tried: Format([source],"00000000") in Access with no resolute.
Does any on know how to format 1.34.36.12 to look like 01343612 I tried: Format([source],"00000000") in Access with no resolute.
F fredg Jan 19, 2007 #2 Does any on know how to format 1.34.36.12 to look like 01343612 I tried: Format([source],"00000000") in Access with no resolute. Click to expand... If your version of Access supports the Replace function: =Format(Replace([Source],".",""),"00000000")
Does any on know how to format 1.34.36.12 to look like 01343612 I tried: Format([source],"00000000") in Access with no resolute. Click to expand... If your version of Access supports the Replace function: =Format(Replace([Source],".",""),"00000000")
G Guest Jan 19, 2007 #3 Thank you very much, Kevin fredg said: Does any on know how to format 1.34.36.12 to look like 01343612 I tried: Format([source],"00000000") in Access with no resolute. Click to expand... If your version of Access supports the Replace function: =Format(Replace([Source],".",""),"00000000") Click to expand...
Thank you very much, Kevin fredg said: Does any on know how to format 1.34.36.12 to look like 01343612 I tried: Format([source],"00000000") in Access with no resolute. Click to expand... If your version of Access supports the Replace function: =Format(Replace([Source],".",""),"00000000") Click to expand...