A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Assign control source to popup form



 
 
Thread Tools Display Modes
  #1  
Old February 1st, 2010, 07:03 PM posted to microsoft.public.access.forms
ondvirg via AccessMonster.com
external usenet poster
 
Posts: 8
Default Assign control source to popup form

I have a main form that contains multiple memo type text boxes. I'd like to
be able to double click on one of the text boxes and have a popup form open
with a large text box that then gets it's source from the main forms text box,
so that users can view all or most of the text without having to use the
scroll bar. The data also needs to be updatable.

I'm having trouble figuring this out...I'm sure it's simple, but it's eluding
me

--
Message posted via http://www.accessmonster.com

  #2  
Old February 2nd, 2010, 12:23 AM posted to microsoft.public.access.forms
Allen Browne
external usenet poster
 
Posts: 11,706
Default Assign control source to popup form

Try pressing Shift+F2 while in your memo field.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.


"ondvirg via AccessMonster.com" u45813@uwe wrote in message
news:a2feb65e15cc7@uwe...
I have a main form that contains multiple memo type text boxes. I'd like
to
be able to double click on one of the text boxes and have a popup form
open
with a large text box that then gets it's source from the main forms text
box,
so that users can view all or most of the text without having to use the
scroll bar. The data also needs to be updatable.

I'm having trouble figuring this out...I'm sure it's simple, but it's
eluding
me


  #3  
Old February 2nd, 2010, 04:39 PM posted to microsoft.public.access.forms
Dirk Goldgar
external usenet poster
 
Posts: 2,529
Default Assign control source to popup form

"Allen Browne" wrote in message
...
Try pressing Shift+F2 while in your memo field.



Or code its DblClick event:

Private Sub txtYourMemoField_DblClick(Cancel As Integer)

RunCommand acCmdZoomBox

End Sub


--
Dirk Goldgar, MS Access MVP
Access tips: www.datagnostics.com/tips.html

(please reply to the newsgroup)

  #4  
Old February 2nd, 2010, 11:28 PM posted to microsoft.public.access.forms
ondvirg via AccessMonster.com
external usenet poster
 
Posts: 8
Default Assign control source to popup form

Allen Browne wrote:
Try pressing Shift+F2 while in your memo field.

I have a main form that contains multiple memo type text boxes. I'd like
to

[quoted text clipped - 8 lines]
eluding
me


Thanks. I did try that, but the zoom box was a little too limited since these
memo fields tend to have quite a bit of data in them. I did finally figure
out a way to open a custom zoom form that fit my needs.

--
Message posted via http://www.accessmonster.com

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:55 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.