T
Tony Williams
I have a form with a control that is calculated using this
formula
="FLA" & "." & [DocIndex] & "." & Year([DateCreatedtxt])
The format of DateCreatedtxt is Short date but returns a
value for year as 2003
2 questions
How can I ensure that the year is returned as 03 instead
of 2003? and
How can I get the value of this calculated control which
is called say Docnbr into a field called DocNbrtxt in my
table tblDocuments?
TIA
Tony
formula
="FLA" & "." & [DocIndex] & "." & Year([DateCreatedtxt])
The format of DateCreatedtxt is Short date but returns a
value for year as 2003
2 questions
How can I ensure that the year is returned as 03 instead
of 2003? and
How can I get the value of this calculated control which
is called say Docnbr into a field called DocNbrtxt in my
table tblDocuments?
TIA
Tony