D
Davey224
Hi All,
Been scratching my head over this and hope someone can help?
I can show the date field of a table in a custom format, however when I
use this field in a query it does not inherit the format.
e.g. I want to show 03/08/2003 as 030803, if I use ddmmyy in the table
it all works fine, but using the expression builder and the expression
"Expr1: Day([Date]) & Month([Date]) & Year([Date])"
I get 382003.
Is there a function than can make each part of the expression two
characters in length? I have tried a few functions but keep failing :-(
Thanks in advance for any help
Been scratching my head over this and hope someone can help?
I can show the date field of a table in a custom format, however when I
use this field in a query it does not inherit the format.
e.g. I want to show 03/08/2003 as 030803, if I use ddmmyy in the table
it all works fine, but using the expression builder and the expression
"Expr1: Day([Date]) & Month([Date]) & Year([Date])"
I get 382003.
Is there a function than can make each part of the expression two
characters in length? I have tried a few functions but keep failing :-(
Thanks in advance for any help