-----Original Message-----
if you enter a date into a database in this format:
07/08/03
is there a way to make it display like this:
July 8, 2003
in a web browser when you used the DBRW?
FrontPage can't do this, so you have to make Access do
it.
Suppose, for example, that your date field is named
mydatefield. In the DRW, use a custom query and code the
field in the SELECT statement as:
mydatefmt: Format([mydatefield],"mmmm d, yyyy)"
and then specify mydatefmt rather mydatefield as your
output field.
If you don;t want to deal with SQL, create and save an
Access query that uses the same formatting expression in
one column. Then, in the DRW, use the query rather than
the original table as the record source.
Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*