Write to main form!

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

--
After searching Google.groups.com and finding no answer, Bob Vance asked:

Is it possible to write something in text on your main opening form, I.e.
"Bobs Account Work"

Thanks in advance.........Bob Vance
 
Is it possible to write something in text on your main opening form, I.e.
"Bobs Account Work"

Thanks in advance.........Bob Vance

You can create a text control, make it invisible then set its caption
property in code and make it
visible whenever you want to.

Tom Lake
 
Bob,

Is this what you want?

1. Use a label and put "Bobs Account Work" in the caption property (Format
Tab).
2. Use a textbox and set control source to ="Bobs Account Work"
 
BRILLIANT Thanx for your Help
Bob
PC Datasheet said:
Bob,

Is this what you want?

1. Use a label and put "Bobs Account Work" in the caption property
(Format
Tab).
2. Use a textbox and set control source to ="Bobs Account Work"

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
(e-mail address removed)
www.pcdatasheet.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top