What do I need?
- From: "bigbore50@xxxxxxxxx" <bigbore50@xxxxxxxxx>
- Date: 18 Dec 2006 05:27:30 -0800
Ok,
I don't really know how to accomplish what i want.
I have a query that returns results based on an audit.
The query returns results of the last three audits in a form Like this
AUDIT REP Primary # Date COMPLETED
Chuck 82690 9/22/2005
Susan 82690 10/19/2006
Bill 82690 9/22/2005
Audit Rep = The name of the auditor that did the audit
Primary # = is the number of the place where the audit took place
Date completed = When the audit was done
Now what i want to do is,
I want some code that makes variable1 = Chuck (auditrep of the
first record of that query)
variable2 = Susan
(auditrep of the Second record of that query)
variable3 = Bill
(auditrep of the third record of that query)
I need this because i need to send a new audit rep that has not been
there one of the
last 3 times. I want to then run another query That schudles a UNIQUE
audit rep that has not been used in one of the last 3 audits
Hence i will not be able to send Chuck, Susan or Bill to the place with
Primary # 82690
.
- Follow-Ups:
- Re: What do I need?
- From: Marshall Barton
- Re: What do I need?
- From: kingston via AccessMonster.com
- Re: What do I need?
- Prev by Date: Re: Front-end db run Parameter query in back-end Access db using ADO?
- Next by Date: books on SQL
- Previous by thread: Front-end db run Parameter query in back-end Access db using ADO?
- Next by thread: Re: What do I need?
- Index(es):
Relevant Pages
|