Where does word "test" come from?

  • Thread starter Thread starter LAS
  • Start date Start date
L

LAS

I have a form named "switchboard." In the design view the top ribbon of my
form contains the word "switchboard" at the left, and the
minimize/maximize/close buttons at the right.

In form view the word "test" replaces the word "switchboard." I've looked
at the ALL tab in the properties for the form, and have searched the whole
code module behind the form. What is the name of that area, so I could look
for code elsewhere that might be setting this?

tia
las
 
Las,

Look for the line that says Caption either in Properties or in the code
behind the form.

--
Gina Whipp
2010 Microsoft MVP (Access)

http://www.regina-whipp.com/index_files/TipList.htm

I have a form named "switchboard." In the design view the top ribbon of my
form contains the word "switchboard" at the left, and the
minimize/maximize/close buttons at the right.

In form view the word "test" replaces the word "switchboard." I've looked
at the ALL tab in the properties for the form, and have searched the whole
code module behind the form. What is the name of that area, so I could look
for code elsewhere that might be setting this?

tia
las
 
Back
Top