> I have a text box. When my form opens, in the Form_Activate I init all my
> text boxes to blank, like this:
[quoted text clipped - 9 lines]
>
> Thanks.
On Tue, 2 Aug 2005 16:50:10 +0100 in article <dco4ea$46j$1@news.e7even.com>,
bazz@REMOVEbcap.THEeuro1net.CAPScom spoke thusly...
> > I have a text box. When my form opens, in the Form_Activate I init all my
> > text boxes to blank, like this:
[quoted text clipped - 24 lines]
> all be blank anyway. If it opens at an existing record, then doing this
> will destroy the record!
This form is not a bound form. It is not bound to a table and the text boxes
are not bound to fields. Thus I was concerned that when the form opened, all
the text boxes would have their default text, which is "Text1".
Thanks for the help!

Signature
Sig: Say no to fixed width HTML tables. They look terrible in most browsers.
Baz - 02 Aug 2005 18:22 GMT
> On Tue, 2 Aug 2005 16:50:10 +0100 in article <dco4ea$46j$1@news.e7even.com>,
> bazz@REMOVEbcap.THEeuro1net.CAPScom spoke thusly...
[quoted text clipped - 33 lines]
>
> Thanks for the help!
browsers.
Access text boxes don't have a default value of "Text1", or indeed anything.
Text boxes on an unbound form are blank!
Mr. Me - 02 Aug 2005 20:15 GMT
On Tue, 2 Aug 2005 18:22:14 +0100 in article <dco9qs$pug$1@news.e7even.com>,
bazz@REMOVEbcap.THEeuro1net.CAPScom spoke thusly...
> Access text boxes don't have a default value of "Text1", or indeed anything.
> Text boxes on an unbound form are blank!
Then I must be thinking of Visual Basic.

Signature
Sig: Say no to fixed width HTML tables. They look terrible in most browsers.
Baz - 03 Aug 2005 08:51 GMT
> On Tue, 2 Aug 2005 18:22:14 +0100 in article <dco9qs$pug$1@news.e7even.com>,
> bazz@REMOVEbcap.THEeuro1net.CAPScom spoke thusly...
[quoted text clipped - 3 lines]
>
> Then I must be thinking of Visual Basic.
Yes, you could be. But even in Visual Basic, you can remove the default
text in the properties window at design time.