Next item in line

  • Thread starter Thread starter OEB
  • Start date Start date
O

OEB

I am not sure how to really explain this, but here is what I need. I have a
list of items that are in chronological order listing the stages a project
goes through. I need to create a query that shows the next item in the
sequence.

I tried to add a 1 to the id number, but obviously that only gives me a
number. How to I get the stage, or level, assigned to that number in the
table?

I appreciate any help you can give me.
 
Thanks. I am not very clever at this and I have some questions. First, is
this another query altogether? Second I am using the Query design, not SQL
view, so where do I put that example information? Sorry to be so stupid : )
 
Replies in-line.

OEB said:
First, is this another query altogether?

No: it is part of the same query, not another one.
Second I am using the Query design, not SQL view,
so where do I put that example information?

Choose SQL View in the View menu.
Put the information into the SQL statement.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top