G
Guest
Hello,
I have a query that check a for a specific string in a column and return the entries that meet that criteria. However, how would I go getting if to return the next entry?
I have a table with many column (obviouly) like so:
ID Dwg ID Status
*****************************
1 111 On Hold
2 12 In Progress
3 143 On Hold
4 111 Released
5 3445 Released
6 45 Stoped
Right now my query has as a criteria "On Hold" and thus would return entry ID 1, however, I need it to return the value of the next entry for the same Dwg ID, in this case ID 4. How can I acheive this?
I really appreciate the help!
Daniel
I have a query that check a for a specific string in a column and return the entries that meet that criteria. However, how would I go getting if to return the next entry?
I have a table with many column (obviouly) like so:
ID Dwg ID Status
*****************************
1 111 On Hold
2 12 In Progress
3 143 On Hold
4 111 Released
5 3445 Released
6 45 Stoped
Right now my query has as a criteria "On Hold" and thus would return entry ID 1, however, I need it to return the value of the next entry for the same Dwg ID, in this case ID 4. How can I acheive this?
I really appreciate the help!
Daniel