Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display last 5 records recently insert ?

Status
Not open for further replies.

TC2000

Programmer
Dec 28, 2000
32
0
0
HK
Need help

I have to create a module which allow the user to input record into the table. How do I show him the last 5 records he's recently input

Thanks in advance
 
Hiya,

There are several ways that you could do this, the simplest way is to use a timestamp column, or an insert_date column, then you can just query this column using an order by clause to get the last 5.

Tim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top