Posted by cory.craig on 03/08/06 22:54
I am trying to pull some "notes" from a sql database.....the notes that
are put into the database come via the web and the user is entering it
for a certain task. they are stored in their own table and field and
get assigned and incremental ID #.
I want to be able to pull up the latest entry to the task, not all of
the notes just the latest one.. The entry does get a timestamp in the
field so I am thinking I might be able to look at that field
somehow.... Right now my query shows all notes / entries for the task.
I am an intermediate sql query guy so I hopefully expained enough to
get assistance.
Let me know if you need to know more.
[Back to original message]
|