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

Get value from next record displayed on current record

Status
Not open for further replies.

JHDavis

Programmer
Aug 17, 2002
19
US
How do I display the value of a field from the next record in an unbound text box on the first record.

On the report, I would like the to show the current Speaker as well as the next speaker based on the field (Speaker).

So I want both a textbox showing the current speaker (simple) and textbox showing the next speaker to appear on a single page of the report.

Any ideas?
 
if you have your table of speakers with a numbered field increasing by 1 in the order they appear, you could possibly create a function that would lookup the speaker name based on the current speaker's number plus 1. then set the NextSpeaker field equal to the function.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top