Dsumlookup

KirkComer

Registered User.
Local time
Today, 18:05
Joined
Oct 21, 2005
Messages
50
I am trying to get a end date based off of a next row in sequence for each person by job in my query. My query results keep repeating the same end dates for eack of my persons jobs.

I think the attached picture and database will make things pretty clear.

Please let me know if I haven't explained things very clearly.

Here is the formula I am curently using.
end date: DLookUp("[start date]","tbl_dates","[sequence number]=" & [sequence number]+1)

Thanks in advance!,
Kirk
 

Attachments

  • dsumlookupresults.jpg
    dsumlookupresults.jpg
    16.5 KB · Views: 105
  • dsumlookup.mdb
    dsumlookup.mdb
    136 KB · Views: 98
Thanks but I could not open up the attachment.
 
khawer... I just figured out that I had to change the filename extension. duh

Thank you so much. It works wonderful!!
 

Users who are viewing this thread

Back
Top Bottom