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  

Convert Label to Textbox ??



 
 
Thread Tools Display Modes
  #1  
Old June 2nd, 2004, 09:11 PM
David
external usenet poster
 
Posts: n/a
Default Convert Label to Textbox ??

I have around 20 labels on a search screen, now I realize I want the user to be able to click on the label so I need to convert them all to textboxes. Is there a quick way?
  #2  
Old June 2nd, 2004, 09:19 PM
Rick B
external usenet poster
 
Posts: n/a
Default Convert Label to Textbox ??

Highlight them, right-click and select Change To... and then Text Box.

Rick B

"David" wrote in message
...
I have around 20 labels on a search screen, now I realize I want the user to
be able to click on the label so I need to convert them all to textboxes. Is
there a quick way?


  #3  
Old June 2nd, 2004, 09:24 PM
Rick B
external usenet poster
 
Posts: n/a
Default Convert Label to Textbox ??

Note: You will have to do them one at a time. If you highlight multiple
labels, the "Change To" option will not be available.

Rick B


"Rick B" wrote in message
...
Highlight them, right-click and select Change To... and then Text Box.

Rick B

"David" wrote in message
...
I have around 20 labels on a search screen, now I realize I want the user to
be able to click on the label so I need to convert them all to textboxes. Is
there a quick way?



  #4  
Old June 2nd, 2004, 09:51 PM
Ken Snell
external usenet poster
 
Posts: n/a
Default Convert Label to Textbox ??

Labels have a Click event. If the user just needs to click on the label and
not change the contents, then you can leave them as labels.

--
- - - - - - - - - - - - - - - - -
Ken Snell
MS ACCESS MVP

"David" wrote in message
...
I have around 20 labels on a search screen, now I realize I want the user

to be able to click on the label so I need to convert them all to textboxes.
Is there a quick way?


  #5  
Old June 2nd, 2004, 11:36 PM
David
external usenet poster
 
Posts: n/a
Default Convert Label to Textbox ??

I dont see any click event for labels in Access 2K, in fact no events at all ???
  #6  
Old June 2nd, 2004, 11:50 PM
Ken Snell
external usenet poster
 
Posts: n/a
Default Convert Label to Textbox ??

My experience is with ACCESS 2002, which has Click, Double Click, Mouse
Down, Mouse Move, and Mouse Up events for labels.

So, perhaps you can't do this in ACCESS 2000...sorry.

--

Ken Snell
MS ACCESS MVP

"David" wrote in message
...
I dont see any click event for labels in Access 2K, in fact no events at

all ???


  #7  
Old June 2nd, 2004, 11:57 PM
Rick Brandt
external usenet poster
 
Posts: n/a
Default Convert Label to Textbox ??

"David" wrote in message
...
I dont see any click event for labels in Access 2K, in fact no events at all

???

They have to be free-standing. If they are attached to a TextBox or other
control then they don't.


--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


  #8  
Old June 3rd, 2004, 01:24 AM
fredg
external usenet poster
 
Posts: n/a
Default Convert Label to Textbox ??

On Wed, 2 Jun 2004 15:19:31 -0500, Rick B wrote:

Highlight them, right-click and select Change To... and then Text Box.

Rick B

"David" wrote in message
...
I have around 20 labels on a search screen, now I realize I want the user to
be able to click on the label so I need to convert them all to textboxes. Is
there a quick way?


It hasn't changed, Ken.

David,
Labels which are added to the form from the tool box have events.

Labels which are included when a bound field is added from the Field
List do not have events, nor do labels included when a new, unbound
text control is added to the form.

Because they are attached to a text control, clicking on the attached
label is the same as setting focus to the text control and therefore
the click event would be useless.

Select one Label at a time.
Right-click and select Change To: Text Control.
Or...
Delete each label and add a new unbound label from the tool box.
These will have events.

--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.
  #9  
Old June 3rd, 2004, 01:44 AM
Ken Snell
external usenet poster
 
Posts: n/a
Default Convert Label to Textbox ??

"fredg" wrote in message
...
It hasn't changed, Ken.


Thanks, Fred.
--

Ken Snell
MS ACCESS MVP


 




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 05:06 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.