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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Insert record at top of Datasheet.

Status
Not open for further replies.

penauroth

Programmer
Oct 30, 2001
325
US
Does anyone know how to insert a record at the top of a datasheet instead of the bottom. Thanks.

Paul
 
Not possible. Besides, what you see in your datasheet may not be the order the records are in on the table. Terry
**************************
* General Disclaimor - Please read *
**************************
Please make sure your post is in the CORRECT forum, has a descriptive title, gives as much detail to the problem as possible, and has examples of expected results. This will enable me and others to help you faster...
 
If you want the datasheet to show the last record that was input make a auto number primary key column, and sort the column in descending order.
 
Thanks. I appreciate your help. But I don't think it is possible to insert a record at the top of a datasheet, easily.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top