R
RobGMiller
Access 2003.
The combo box format setting is dd-mmm-yyyy.
The computer short date setting is dd/mm/yy.
The combo box value is set programmatically with the content of a date
variable and it appears as dd-mmm-yyy.
The combo box rowsource is filled with a formatted list (dd-mmm-yyyy) which
is a SQL statement with an embedded format statement and the list appears
correctly.
ex: Select format(fieldname,"dd-mmm-yyy") from tablename;
When an item in the list is selected the result display in the Combo box is
dd/mm/yy. How can the result from a selection be displayed using the
dd-mmm-yyyy format?
The combo box format setting is dd-mmm-yyyy.
The computer short date setting is dd/mm/yy.
The combo box value is set programmatically with the content of a date
variable and it appears as dd-mmm-yyy.
The combo box rowsource is filled with a formatted list (dd-mmm-yyyy) which
is a SQL statement with an embedded format statement and the list appears
correctly.
ex: Select format(fieldname,"dd-mmm-yyy") from tablename;
When an item in the list is selected the result display in the Combo box is
dd/mm/yy. How can the result from a selection be displayed using the
dd-mmm-yyyy format?