Access Database/FrontPage dates

  • Thread starter Joseph W Coffman
  • Start date
J

Joseph W Coffman

I have a web site that shows data from a table that is updated daily except
weekends. The page shows the date it was last edited. Is there a way to show
the date the database table was last updated automatically as opposed to
manually editing the date on the web page itself?

Any suggestions welcome.

Joseph Coffman
Hermance Machine Company
www.hermance.com
 
K

Kevin Spencer

The database doesn't keep track of when it was last updated, either manually
or automatically. You would have to store that information IN the database
somehow.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
J

Joseph W Coffman

Agreed, but there IS a file date. Since the data file is uploaded daily,
could I somehow extract the file date and display it somewhere?
 
Top