D
Don Cardoza
Hopefully I can explain myself well here.......
I want to get the HIGHEST or MAXIMUM date for each person listed in a query
prior to a date given by the user. Only one record for each person listed
should result in the query.
For example, I might have 3 fields in a table called (Name, Position,
Achievement Date, Primary key is an autonum)
Lets day I have this data
Don, Associate, 10/1/1998
Don, Counsel, 11/4/2000
Don, Director, 5/1/2003
Kate, Mailroom Clerk, 6/14/1999
Kate, Director 4/17/2000
Kate, CEO, 1/1/2003
If I make an textbox on a form where the user enters 12/31/2000..........
I want it too pull Don's Counsel record as well as Kate's Director record.
(Highest date value prior to a given date)
I tried to do a <TextBox criteria but of course it pulls up multiple records
for each person. Also tried the Group By, but could not figure it out. Can
anyone lead me in the right direction?
Thanks in Advance,
Don
I want to get the HIGHEST or MAXIMUM date for each person listed in a query
prior to a date given by the user. Only one record for each person listed
should result in the query.
For example, I might have 3 fields in a table called (Name, Position,
Achievement Date, Primary key is an autonum)
Lets day I have this data
Don, Associate, 10/1/1998
Don, Counsel, 11/4/2000
Don, Director, 5/1/2003
Kate, Mailroom Clerk, 6/14/1999
Kate, Director 4/17/2000
Kate, CEO, 1/1/2003
If I make an textbox on a form where the user enters 12/31/2000..........
I want it too pull Don's Counsel record as well as Kate's Director record.
(Highest date value prior to a given date)
I tried to do a <TextBox criteria but of course it pulls up multiple records
for each person. Also tried the Group By, but could not figure it out. Can
anyone lead me in the right direction?
Thanks in Advance,
Don