pop up text editor

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a tab form with datasheets on a few of the tabs. On one of the
datasheets the customer enters some lengthy text. They have requested a pop
up window to appear so they can enter text more like how one would in a word
processor. Is it possible to have a pop up window for text editing from a
field on a datasheet? If so, how? If not, suggestions on a feasible work
around?

Any advice/help/code is GREATLY appreciated!

Thanks!
 
Ofer said:
You can use the zoom pop up box, press shift + F2 while the focus on the field.

Or create a form that contain one big text field, unboand, get a value when
it's open using the openargs, and return a longer string when it closed using
a global variable
 
Back
Top