R
Rob B.
I have a table that contains an event number and the event date.
tblEvent: fldNo, fldDate
When someone is invited to the event, in case they can't make it, I want a
query to show the fldDate from the next record.
qryEvent: fldNo, fldDate, fldNextDate
How do I get the query to look at the next record to get the fldNextDate?
Thanks!
Rob B.
tblEvent: fldNo, fldDate
When someone is invited to the event, in case they can't make it, I want a
query to show the fldDate from the next record.
qryEvent: fldNo, fldDate, fldNextDate
How do I get the query to look at the next record to get the fldNextDate?
Thanks!
Rob B.