Duplicate the Zoom feature

B

bumpyballs

Because I'm running Access 2002 Run-Time in a Windows
2000 Terminal Services session, I cannot use the Zoom
feature in Access (normally, hitting Shift-F2 on a text
box will open a zoom form where you can type multiline).

I'm trying to duplicate the functionality by writing the
code to handle it.

So far, I've got Autokeys set up so it passes the Value
of Screen.ActiveControl to a form called Zoom. I've got
a large text control within the Zoom form that accepts
Screen.ActiveControl.Value. The big problem I have is:
after the user changes the value, how do I pass it back
to the original form that called the Zoom form?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top