Heading Problems

D

Darrell

I copied a MS access DB to another db to avoid reprogramming forms; I
modified the forms and names, tables as needed; when I run it in the top of
the forms (the blue label on top) it still lists the old company name; The
old company went out of business and was bought out. The main Form executes
the main menu and then when select a option to another form the form displays
the appropriate COMPANY B name but in the top Blue Fied on top is COMPANY A -
Update. How can I get rid of the COMPANY A and Change IT to COMPANY B
without recreating a new MS Access application. HELP
 
N

Nikos Yannacopoulos

Darrell,

You need to open each form in design view, select the whole whole form, if
not selected (selected by default when first opening a form in design view)
by clicking on the little grey button in the intersection of the two rulers
(displays a amsll black square in the center when selected), go to menu item
View > Properties to display the Properties window, select tab Format and
change the Caption property. This is the text displayed in the form's top,
and is automatically set to the form's name when one is first created, but
stays unchanged when a form is renamed or copied under a different name.

HTH,
Nikos
 
G

Guest

hi,
take the form to design mode. in the upper left corner of
the form click the little black square. this will bring up
the forms property sheet. find captions. change it to want
you want.
 
Top