Re: Field size



JB,

The problem with a Continuous form is that if you make the height of
one record larger it will change all the records on the form, which is
probably not what you want. If you want the individual records to
adjust to different heights depending on the number of lines of text
in the record then you could use a Flex Grid control. You would need
to be able to write some VBA code, however.

Have a look at my Flex Grid Demo program at :-
http://www.rogersaccesslibrary.com/forum/forum_topics.asp?FID=21&SID=5debzz2c87c6957859f13b1d2zcccfb4
which has an example of what you are trying to do.

HTH

Peter Hibbs.

On Sat, 16 Aug 2008 15:42:03 +0100, "JB" <somehow@somewhere> wrote:

Hello
I have a subform that is continuous. Theres's a field that is memo and the
Key behaviour has 'Enter new line'.
The users will be entering anything up to 3 lines but mostly 1 or 2. I've
got the height of the field to show 2 lines which is looking good, viewing
3 takes up too much space and is a waste a lot of the time. .
but what I would like is that if there happens to be 3 lines entered (rather
than have the field vertical scrollbar) I'd like the field height to grow to
view all 3.
Is that possible?
Thank you

.



Relevant Pages

  • Re: Percentage graph
    ... Perhaps I have misunderstood how the Flex Grid works. ... values as a bar graph on a form. ... situation (text boxes of different widths in a continuous form, ... respond to the list box selections; that is, ...
    (microsoft.public.access.forms)
  • Re: Color a Continuous form row without CF
    ... An alternative is to use a Flex Grid control ... instead of the Continuous form that you have at the moment. ... I have a subform within a main form. ... item is by others1 - some form of blue ...
    (microsoft.public.access.forms)
  • Re: Conditional Formating more thatn 3 conditions
    ... display your roster information INSTEAD of using a Continuous form. ... Not sure about registering the control in Vista, ... Did you get the Flex Grid demo program to run OK or not? ...
    (microsoft.public.access.forms)
  • Re: Continuous forms disable row
    ... You could probably do this using a Flex Grid control. ... my Flex Grid demo program at - ... Is there a way to display a specific row in a continuous form as different ...
    (microsoft.public.access.forms)
  • Re: new record is automatically added to continuous subform... how do I stop?
    ... A continuous form ... this is an Audit record application that allows the user to enter ... I'm not actually trying to "create an interface that noone would ... When you create a new record in your main form, the subform will ...
    (microsoft.public.access.forms)

Loading