How to write a query to retrieve the last record that is entered. ???
jrosh 0 Junior Poster
Recommended Answers
Jump to PostI do not know if this can help you, but if you have a date field which you can order by desc, then you can use Top 1 something like this.
Select top 1 Field1 from table1 order by datefield desc
if you dont have a date …
All 3 Replies
jbisono 51 Posting Pro in Training
SKANK!!!!! 5 Posting Pro in Training
kylegetson 16 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.