This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Front Page > February 2004 > databse resault..
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Lars Rønning 2004-02-29, 10:29 am |
| Hi,
I want to display the 5 last entries in a database on my web. Is it possible
? (I have Access 2003 and FP 2003)
Lars
http://roenning.net
| |
|
| Hi Lars.
a query along the lines of
SELECT TOP 5 *
FROM Table
ORDER BY Datefield DESC
Jon
Microsoft MVP - FP
Lars Rønning wrote:
> Hi,
>
> I want to display the 5 last entries in a database on my web. Is it
> possible ? (I have Access 2003 and FP 2003)
>
>
> Lars
> http://roenning.net
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|