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  

Text box



 
 
Thread Tools Display Modes
  #1  
Old September 29th, 2006, 11:39 AM posted to microsoft.public.access.forms
Matt Dawson
external usenet poster
 
Posts: 169
Default Text box

In Access 2003, how do i get a text box to appear blanked out upon opening
the form.
I can get it to change upon editing a tick box but cannot get it to open
like this

Thanks,
Matt
  #2  
Old September 29th, 2006, 12:14 PM posted to microsoft.public.access.forms
Douglas J. Steele
external usenet poster
 
Posts: 9,313
Default Text box

Is it bound or unbound? If bound, it's going to show whatever's in the field
in the underlying recordset, or the default value for the field (or the text
box) if it's a new row. If unbound, it should be blank, unless you've
defined a default value for the text box.

If all else fails, you can set it to blank in the form's Load event.

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


"Matt Dawson" wrote in message
...
In Access 2003, how do i get a text box to appear blanked out upon opening
the form.
I can get it to change upon editing a tick box but cannot get it to open
like this

Thanks,
Matt



  #3  
Old September 29th, 2006, 12:22 PM posted to microsoft.public.access.forms
Matt Dawson
external usenet poster
 
Posts: 169
Default Text box

Sorry i phrased my question awfully!

What I meant was, how do i make it enabled or disabled upon the form
start-up. I can make it interchange between the two when using check boxes.
But I need it to e disabled upon opening the form!

Matt

"Douglas J. Steele" wrote:

Is it bound or unbound? If bound, it's going to show whatever's in the field
in the underlying recordset, or the default value for the field (or the text
box) if it's a new row. If unbound, it should be blank, unless you've
defined a default value for the text box.

If all else fails, you can set it to blank in the form's Load event.

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


"Matt Dawson" wrote in message
...
In Access 2003, how do i get a text box to appear blanked out upon opening
the form.
I can get it to change upon editing a tick box but cannot get it to open
like this

Thanks,
Matt




  #4  
Old September 29th, 2006, 01:34 PM posted to microsoft.public.access.forms
scubadiver
external usenet poster
 
Posts: 1,673
Default Text box

In the properties for the text box, go to the "data" tab and change the
"enabled" and "locked" properties to "yes" (or you may want to experiment
which option you want for each). To show that the box has been disabled you
may want to change the colour. In the "format" tab change the "back color".

"Matt Dawson" wrote:

Sorry i phrased my question awfully!

What I meant was, how do i make it enabled or disabled upon the form
start-up. I can make it interchange between the two when using check boxes.
But I need it to e disabled upon opening the form!

Matt

"Douglas J. Steele" wrote:

Is it bound or unbound? If bound, it's going to show whatever's in the field
in the underlying recordset, or the default value for the field (or the text
box) if it's a new row. If unbound, it should be blank, unless you've
defined a default value for the text box.

If all else fails, you can set it to blank in the form's Load event.

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


"Matt Dawson" wrote in message
...
In Access 2003, how do i get a text box to appear blanked out upon opening
the form.
I can get it to change upon editing a tick box but cannot get it to open
like this

Thanks,
Matt




  #5  
Old September 29th, 2006, 01:37 PM posted to microsoft.public.access.forms
Matt Dawson
external usenet poster
 
Posts: 169
Default Text box

Thanks!

"scubadiver" wrote:

In the properties for the text box, go to the "data" tab and change the
"enabled" and "locked" properties to "yes" (or you may want to experiment
which option you want for each). To show that the box has been disabled you
may want to change the colour. In the "format" tab change the "back color".

"Matt Dawson" wrote:

Sorry i phrased my question awfully!

What I meant was, how do i make it enabled or disabled upon the form
start-up. I can make it interchange between the two when using check boxes.
But I need it to e disabled upon opening the form!

Matt

"Douglas J. Steele" wrote:

Is it bound or unbound? If bound, it's going to show whatever's in the field
in the underlying recordset, or the default value for the field (or the text
box) if it's a new row. If unbound, it should be blank, unless you've
defined a default value for the text box.

If all else fails, you can set it to blank in the form's Load event.

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


"Matt Dawson" wrote in message
...
In Access 2003, how do i get a text box to appear blanked out upon opening
the form.
I can get it to change upon editing a tick box but cannot get it to open
like this

Thanks,
Matt



 




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 12:32 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.