Date and Textbox annoyance

G

GregB

I have a text box that displays the date using =date()
I have it on my start screen... but the cursor starts out in the box and it
dosn't display the date....
I took off the tab stop property but the textbox still has the cursor in
it... The only way that I have figured out to fix this annoyance is to add
another textbox.... but I have no need for that and I know there has to be a
proper way to fix this annoyance.

What am I doing wrong?

Thanks for the help!
 
B

boblarson

Set the text box's Locked property to YES and the Enabled property to NO.
--
Bob Larson
Access World Forums Super Moderator
Utter Access VIP
____________________________________
Access 2000, 2003, 2007, SQL Server 2000, Crystal Reports 10/XI, VB6
WinXP, Vista
 
G

GregB

awsome, thank you very much

boblarson said:
Set the text box's Locked property to YES and the Enabled property to NO.
--
Bob Larson
Access World Forums Super Moderator
Utter Access VIP
____________________________________
Access 2000, 2003, 2007, SQL Server 2000, Crystal Reports 10/XI, VB6
WinXP, Vista
 
Top