Connecting Tech Pros Worldwide Help | Site Map

Access Report using Grid

  #1  
Old November 13th, 2005, 10:18 AM
kmacon@stcroixknits.com
Guest
 
Posts: n/a
I am looking for a grid control that I can use in an Access report. I
have seen Stephan Lebans solution for PrintLines, MS's Dynamic Crosstab
query, and several others. However, none of them work for me. I need
to be able to list available ColorIDs and ColorNames in columns 1 & 2
and available Sizes in the column headings. The problem comes when
there isn't enough room to display all of the Sizes. What I would like
to do is have one grid with all available colors and the first 7 (or
whatever fits) sizes and then subsequent grids below with the rest of
the sizes. Below is an example:

Grid 1:

Small Medium X-Large XX-Large
Red * * *
Black * *
White


Grid 2:
XXX-Large Large-Tall XX-Large-Tall
Red * *
Black *
White * *

The asteric indicates that an item is available in that color/size.
Any ideas or solutions would be great. Thanks!

Ken

  #2  
Old November 13th, 2005, 10:20 AM
paii, Ron
Guest
 
Posts: n/a

re: Access Report using Grid



<kmacon@stcroixknits.com> wrote in message
news:1114551111.529849.139530@g14g2000cwa.googlegr oups.com...[color=blue]
> I am looking for a grid control that I can use in an Access report. I
> have seen Stephan Lebans solution for PrintLines, MS's Dynamic Crosstab
> query, and several others. However, none of them work for me. I need
> to be able to list available ColorIDs and ColorNames in columns 1 & 2
> and available Sizes in the column headings. The problem comes when
> there isn't enough room to display all of the Sizes. What I would like
> to do is have one grid with all available colors and the first 7 (or
> whatever fits) sizes and then subsequent grids below with the rest of
> the sizes. Below is an example:
>
> Grid 1:
>
> Small Medium X-Large XX-Large
> Red * * *
> Black * *
> White
>
>
> Grid 2:
> XXX-Large Large-Tall XX-Large-Tall
> Red * *
> Black *
> White * *
>
> The asteric indicates that an item is available in that color/size.
> Any ideas or solutions would be great. Thanks!
>
> Ken
>[/color]

Lookup "IN" in the Pivot part of a cross tab query, you will be able to
identify the columns.
It will even create a column with no data.


  #3  
Old November 13th, 2005, 10:22 AM
kmacon@stcroixknits.com
Guest
 
Posts: n/a

re: Access Report using Grid


Thanks!!! That worked great.

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access Report Grid Alignment... lupo666 answers 8 October 21st, 2007 01:15 PM
ASP.net page with Crystal Report using Integrated Security Hellotalktome13@hotmail.com answers 2 January 5th, 2007 07:35 PM
Grouping in Access Report ian_gendreau@hermanmiller.com answers 4 February 17th, 2006 05:05 PM
SQL / JOIN problem in Access Report ! Prakash answers 5 November 13th, 2005 08:57 AM