T
tpeter
I have a Field that contains a goup of numbers, with the first two numbers
being the data code. An example of the group of numbers is:
04E153528 (this would be 2004)
99Z798858 (this would be 1999)
Is it best to use an iff statmetent in a query for this, or something
different?
this data is going to be dumped into excel when it is finished, so is it
better to do this in Access or Excel?
When I do it in Excel I used the stament of
if(left(b2,2)<11,19&left(b2,2),20&left(b2,2)). This kind of works but I don't
think it is recognizing the first 2 as numbers.
Thank you for your help.
being the data code. An example of the group of numbers is:
04E153528 (this would be 2004)
99Z798858 (this would be 1999)
Is it best to use an iff statmetent in a query for this, or something
different?
this data is going to be dumped into excel when it is finished, so is it
better to do this in Access or Excel?
When I do it in Excel I used the stament of
if(left(b2,2)<11,19&left(b2,2),20&left(b2,2)). This kind of works but I don't
think it is recognizing the first 2 as numbers.
Thank you for your help.