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 » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

need to put label inside text box



 
 
Thread Tools Display Modes
  #1  
Old October 2nd, 2008, 01:40 PM posted to microsoft.public.access.tablesdbdesign
Ron1380
external usenet poster
 
Posts: 1
Default need to put label inside text box

I ned to conserve space on a screen in design and want to put the label for a
text box inside of the text box in order to conserve the label space. Does
anyone know how to accomplish this?
  #2  
Old October 2nd, 2008, 03:42 PM posted to microsoft.public.access.tablesdbdesign
Joan Wild
external usenet poster
 
Posts: 642
Default need to put label inside text box

Tablesdbdesign really isn't the place to ask this, as this isn't something
you'd do in a table.

On a form/report, put a textbox control (without a label) and set its
control source to
="Some Label " & [name of field]
Ensure that the name of the textbox control is not named the same as [name
of field]

e.g.. if your field is called Customer, name the textbox txtCustomer.


--
Joan Wild
Microsoft Access MVP
"Ron1380" wrote in message
...
I ned to conserve space on a screen in design and want to put the label for
a
text box inside of the text box in order to conserve the label space. Does
anyone know how to accomplish this?


  #3  
Old October 2nd, 2008, 10:26 PM posted to microsoft.public.access.tablesdbdesign
Douglas J. Steele
external usenet poster
 
Posts: 9,313
Default need to put label inside text box

Of course, that will result in the text box not being updatable.

For another approach, take a look at my February, 2004 "Access Answers"
column in Pinnacle Publication's "Smart Access" where I show how to simulate
XP Cue Banners. You can download the column (and sample database) for free
at http://www.accessmvp.com/djsteele/SmartAccess.html

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Joan Wild" wrote in message
...
Tablesdbdesign really isn't the place to ask this, as this isn't something
you'd do in a table.

On a form/report, put a textbox control (without a label) and set its
control source to
="Some Label " & [name of field]
Ensure that the name of the textbox control is not named the same as [name
of field]

e.g.. if your field is called Customer, name the textbox txtCustomer.


--
Joan Wild
Microsoft Access MVP
"Ron1380" wrote in message
...
I ned to conserve space on a screen in design and want to put the label
for a
text box inside of the text box in order to conserve the label space.
Does
anyone know how to accomplish this?




 




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 07:40 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.