Re: query design issue
- From: "Duane Hookom" <DuaneAtNoSpanHookomDotNet>
- Date: Mon, 11 Sep 2006 11:05:50 -0500
Create a main report of just each unique Provider (no members). Then create
a multi-column subreport that is based on the Provider and Member records.
Set the subreport to display across then down. Add the subreport to the
detail section of the main report and set the Link Master/Child properties
to Provider.
--
Duane Hookom
MS Access MVP
"buckpeace" <buckpeace@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:15C64180-1FAA-4EE3-A762-4DB2592368B1@xxxxxxxxxxxxxxxx
Hopefully, someone can help me with the design of the way a table looks
from
a query.
Lets say I have a table that has 10 rows of member and providerinformation
in it. However, there are ONLY 5 doctors. Some of the doctors have more
than 1 patient, so they have more lines. IE -
PROVIDER MEMBER
dr. jones mary
dr. jones james
dr. jones sam
dr. adams eddie
dr. jay amy
dr. jay sally
dr. peace jake
dr. steph kenny
What I need to do is produce a report with only 5 total lines (equal to
the
amount of doctors) with colums for each member.....IE
PROVIDER MEMBER1 MEMBER2 MEMBER3
jones mary james sam
adams eddie (blank) (blank)
jay amy sally
(blank)
peace jake (blank)
(blank)
steph kenny (blank)
(blank)
Can anyone help me write a query for this procedure.....I must have the
columns as each member must stay int he same line as the provider they
use.
I really appreciate it!!!!
--
Buck
.
- Follow-Ups:
- Re: query design issue
- From: buckpeace
- Re: query design issue
- Prev by Date: Re: Changing the columns in a Query
- Next by Date: Re: Changing the columns in a Query
- Previous by thread: Changing the columns in a Query
- Next by thread: Re: query design issue
- Index(es):
Relevant Pages
|