PC Review


Reply
Thread Tools Rate Thread

Display Grid

 
 
JerryA
Guest
Posts: n/a
 
      12th Mar 2008
I have this problem:
I have a grid with 31 columns as days and 12 rows as months. In some of the
“cells” will be letters (A, B, X …). One cell = 1 letter. These letters will
be uploads from users (by form).
I cannot use 365 fields for 365 cells (because there is limit 255), so I
have in tab a field with number (order of day) and in report (within this
tab) I have in every cell textbox with condition:
=IIf([order]=1;[OneLetter];Null), =IIf([order]=2;[OneLetter];Null) ,
=IIf([order]=3;[OneLetter];Null) … but report effect is no good, because
after every text box is line spacing.
X
A
B
I need
X A B

Thanks for any help.

--
Jerry
 
Reply With Quote
 
 
 
 
Marshall Barton
Guest
Posts: n/a
 
      12th Mar 2008
JerryA wrote:

>I have this problem:
>I have a grid with 31 columns as days and 12 rows as months. In some of the
>cells will be letters (A, B, X ). One cell = 1 letter. These letters will
>be uploads from users (by form).
>I cannot use 365 fields for 365 cells (because there is limit 255), so I
>have in tab a field with number (order of day) and in report (within this
>tab) I have in every cell textbox with condition:
>=IIf([order]=1;[OneLetter];Null), =IIf([order]=2;[OneLetter];Null) ,
>=IIf([order]=3;[OneLetter];Null) but report effect is no good, because
>after every text box is line spacing.
>X
> A
> B
>I need
>X A B



You can have 754 controls in a form/report so you can have a
separate text box for each "cell".

However, that is a rather clumsy design. You should
investigate using a little table with 12 records as the
report's record source so the detail section would only need
31 text boxes. It may even be possible for you to arrange
the record source query so the report can use 31 columns
with only 1 text box in the detail section.

--
Marsh
MVP [MS Access]
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to display Records in grid yoshitha Microsoft ASP .NET 1 14th Apr 2005 09:25 PM
How to display Sat. and Sun. in different grid in calendar? Terry Microsoft Outlook 3 24th Sep 2004 03:22 AM
Grid Like Display for Controls Tom Microsoft VB .NET 2 16th Sep 2004 09:09 PM
grid heiracheal display =?Utf-8?B?YW5kcmV3Y3c=?= Microsoft C# .NET 2 17th Apr 2004 07:59 AM
grid heiracheal display =?Utf-8?B?YW5kcmV3Y3c=?= Microsoft VB .NET 1 17th Apr 2004 04:41 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:33 PM.