Thank you, Larry.
This is part of our quality system. Its the management review section where
we get together once a quarter to look at all the aspects of our quality
program. By using the form instead of a report (such as the agenda), we can
input notes during the meeting instead of having to take notes and then enter
them into the database. Also, it gives us an opportunity to look at all parts
of the quality system without "leaving" the form. For example, we can double
click on the label that says Nonconformances and bring up a report that shows
current nonconformances in the system. Because of the amount of information
we need to cover, the fields are small. Using the zoom box will allow people
at the meeting to see the entire text field - and input notes without having
to scroll.
I like your idea of opening a new form by a double click event - that way I
wouldn't be limited to the zoom box font size and since people are together
in a conference room - the resolution on overhead screens/projectors is not
that good in some cases, it would allow larger type.
Question:
How do I get the current field to show up in a subform without creating a
subform for every field?
Larry Daugherty said:
Probably the easiest way to achieve your desired result is to simply
open a new form in Dialog mode that displays just the field in
question and that has a command button to close the form. So a
doubleclick in the existing textbox will open the new form and closing
the new form returns you to the existing form.
FWIW the whole business of jerking your users around in that way isn't
particularly *friendly*. They somehow have to be educated to the fact
that a doubleclick will expand their view of that field. It would be
cumbersome if you were to do that for several textboxes on a form..
Really bad if you were doing it on several forms. IMHO it is much
better to organize your form around a single purpose and to design the
controls on the form for optimum usability for the user. Break up
complex tasks into smaller and more focused tasks. It you absolutely
must present large numbers of controls in a single part of the
workflow it would be better to use Page breaks or Tab controls
(better)
HTH
--
-Larry-
--
Bob Waggoner said:
I have a form with many fields on it (Management Review) where
data
is
entered. I'd like to enlarge the field if someone wants to
enlarge
it to view
or do data entry. The field, for example, is [ReviewPastNotes]
in
the form
[frmOPMItems].
I'd like to do this on a double-click event. Can anyone help
with
the code?
The current size of the field is 2" width and 1" height. I'd
like to
enlarge
it to 4" and 3". Right now, my code makes the field disappear!
Help.