Re: Find personnelIDs previous record based on date
- From: "Timothy via AccessMonster.com" <u20769@uwe>
- Date: Fri, 12 Oct 2007 20:02:59 GMT
Gary,
That worked perfectly!!! I knew it could be done, I just couldn't wrap my
head around the subquery. Thanks so much, you saved me much grief.
Tim
Gary Walter wrote:
was missing ")" in Max() of subquery...
(SELECT Max(q.[Date of transaction])
FROM yurtable As q
WHERE
q.personnelID = Current.personnelID
AND
q.[Date of transaction] < Current.[Date of transaction]
AND
q.transaction = 'promotion')
Hi Timothy,[quoted text clipped - 117 lines]
Tim
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-modules/200710/1
.
- References:
- Find personnelIDs previous record based on date
- From: Timothy via AccessMonster.com
- Re: Find personnelIDs previous record based on date
- From: Gary Walter
- Re: Find personnelIDs previous record based on date
- From: Gary Walter
- Find personnelIDs previous record based on date
- Prev by Date: Re: DoCmd.Openquery question
- Next by Date: Re: DoCmd.Openquery question
- Previous by thread: Re: Find personnelIDs previous record based on date
- Next by thread: ActiveX Grid Control for Access 2007?
- Index(es):
Relevant Pages
|