D
DZ
The underlying record source of a form has a VehicleDescription field that
has the Automobile make model and year all together. Here are examples of the
Field values
CHEYROLET VAN 2007-GAS
FORD VAN 2004-GAS
FORD VAN 2003-CNG
LINCOLN-2002
Description
2003 FORD ADA
2005 CHEVY ADA
2005 FORD ADA
2003 FORD
2004 FORD
I have two text boxes on the form.
For each record
In one text box I want to display only the year (Example 2003)
In the other text box I want to display all the text except the year
(Example:FORD VAN -CNG)
the vehicle years go as far back as 1975 so an expression that uses
something like 19## and 20## where # represent any numeric digit would
return accurate results. I just don't know what kind of expression to use to
return what I want.
Thanks for any ideas
has the Automobile make model and year all together. Here are examples of the
Field values
CHEYROLET VAN 2007-GAS
FORD VAN 2004-GAS
FORD VAN 2003-CNG
LINCOLN-2002
Description
2003 FORD ADA
2005 CHEVY ADA
2005 FORD ADA
2003 FORD
2004 FORD
I have two text boxes on the form.
For each record
In one text box I want to display only the year (Example 2003)
In the other text box I want to display all the text except the year
(Example:FORD VAN -CNG)
the vehicle years go as far back as 1975 so an expression that uses
something like 19## and 20## where # represent any numeric digit would
return accurate results. I just don't know what kind of expression to use to
return what I want.
Thanks for any ideas