|
 |
access thread: Forms & controls
Message #1 by "Stephen Carpenter" <stvc69@n...> on Thu, 17 Jan 2002 21:56:42
|
|
Ive created a database for use ona reception desk. The final report is
based on a form. One category is visitors names. Have set the
requirements of 'CAN GROW' to yes, so if more than one name is entered
the box expands on the report.
How can I mimic another category to this one (expands to same size as
visitors names) so I can have a box for signatures?
Message #2 by "John Ruff" <papparuff@c...> on Thu, 17 Jan 2002 14:18:22 -0800
|
|
Hmmm...interesting. Maybe this will work.
In the section of the report where you have the names and signature
fields located, place code in the On Format event.
txtSignature.Height = VisitorsName.Height
John Ruff - The Eternal Optimist :-)
-----Original Message-----
From: Stephen Carpenter [mailto:stvc69@n...]
Sent: Thursday, January 17, 2002 9:57 PM
To: Access
Subject: [access] Forms & controls
Ive created a database for use ona reception desk. The final report is
based on a form. One category is visitors names. Have set the
requirements of 'CAN GROW' to yes, so if more than one name is entered
the box expands on the report.
How can I mimic another category to this one (expands to same size as
visitors names) so I can have a box for signatures?
Message #3 by "Stephen Carpenter" <stvc69@n...> on Sat, 19 Jan 2002 14:52:06
|
|
Thanks John, it seems to work =:o>
Hmmm...interesting. Maybe this will work.
>
> In the section of the report where you have the names and signature
> fields located, place code in the On Format event.
>
> txtSignature.Height = VisitorsName.Height
>
> John Ruff - The Eternal Optimist :-)
>
>
>
>
>
>
> -----Original Message-----
> From: Stephen Carpenter [mailto:stvc69@n...]
> Sent: Thursday, January 17, 2002 9:57 PM
> To: Access
> Subject: [access] Forms & controls
>
> Ive created a database for use ona reception desk. The final report is
> based on a form. One category is visitors names. Have set the
> requirements of 'CAN GROW' to yes, so if more than one name is entered
> the box expands on the report.
>
> How can I mimic another category to this one (expands to same size as
> visitors names) so I can have a box for signatures?
>
>
>
|
|
 |