On Jan 4, 4:28*pm, pat67 <pbus...@comcast.net> wrote:
> On Dec 18 2011, 5:23*pm, Farid <s.s...@freenet.de> wrote:
>
> > Hi,
> > try this:
>
> > TRANSFORM First([Won] & "-" & [lost]) AS result
> > SELECT Table1.Name
> > FROM Table1
> > GROUP BY Table1.Name
> > PIVOT Table1.GameDate;
>
> > Then you get as result:
>
> > Name * *9-13 * *9-20 * *9-27
> > Bob * * 3-1 * * 2-2 * * 3-1
>
> That works. But can i incorporate the Schedule table so any weeks not
> yet played will show as blan. Reason is I want to create a report and
> each date is a field. I don't want to have to add a field every week.
Never mind. i got it. thanks
|