Changing a forms name

  • Thread starter Haggr1 via AccessMonster.com
  • Start date
H

Haggr1 via AccessMonster.com

years ago when starting my Access Program I allowed my main form the use the
default name "Table1". I didn't know then how many other things I would be
refering back to that form. Now I find new users getting confused.

Question: I know MS will allow me to change the name and MS will try to
change all references, but I know for experience that does always work. Can
I assign an alias?

Guess what my main "table" is called?
 
D

Douglas J. Steele

You can create a query with the appropriate name, and Access will use the
query rather than the table.
 
H

Haggr1 via AccessMonster.com

What I really trying to achive is how my desktop toolbar displays that form.
Now it is "Table1:Form"
I have long since corrected other forms, queries, tables. But thoses two I
used for a year before adding Tables, Forms, and Queries.

What I am doing is going back thought my program and tweaking all the little
things I have been meaning to get around to. The program runs so well, these
little errors just bug me.

Thanks for your help in advance

You can create a query with the appropriate name, and Access will use the
query rather than the table.
years ago when starting my Access Program I allowed my main form the use
the
[quoted text clipped - 8 lines]
Guess what my main "table" is called?
 
D

Douglas J. Steele

Look at the Caption property of the form.

--
Doug Steele, Microsoft Access MVP

(no private e-mails, please)


Haggr1 via AccessMonster.com said:
What I really trying to achive is how my desktop toolbar displays that
form.
Now it is "Table1:Form"
I have long since corrected other forms, queries, tables. But thoses two
I
used for a year before adding Tables, Forms, and Queries.

What I am doing is going back thought my program and tweaking all the
little
things I have been meaning to get around to. The program runs so well,
these
little errors just bug me.

Thanks for your help in advance

You can create a query with the appropriate name, and Access will use the
query rather than the table.
years ago when starting my Access Program I allowed my main form the use
the
[quoted text clipped - 8 lines]
Guess what my main "table" is called?
 
Top