G
Gina
Hi
I am trying to display a date like 04.05 (standing for april 2005)
I have changed the date from date,short to this format in the MOT field of
the table CAR
so it changed from "dd.mm.yyyy" to "mm.yy"
In the table itself it is now stored mm.yy ... but in the form it is still
showing the dd.mm.yyyy format
tried this
TÜV.Text = FormatDateTime(TÜV.Value, "mm.yy")
but get errors... how can I make sure that a text is going to be of the
mm.yy format ?
Thanks
Gina
I am trying to display a date like 04.05 (standing for april 2005)
I have changed the date from date,short to this format in the MOT field of
the table CAR
so it changed from "dd.mm.yyyy" to "mm.yy"
In the table itself it is now stored mm.yy ... but in the form it is still
showing the dd.mm.yyyy format
tried this
TÜV.Text = FormatDateTime(TÜV.Value, "mm.yy")
but get errors... how can I make sure that a text is going to be of the
mm.yy format ?
Thanks
Gina