Subform Will Not Show Captions

V

vsingler

I have a form and subform built off of a query. The main
form allows the user to choose a software "installation
site," and the subform shows the records for each piece of
software licensed to that site.

I have a "License" table and the fields all have captions.
The query for the form is built from this table. When the
query is run on its own, the appropriate captions for the
fields appear in the datasheet.

When I build the subform off of the query, the captions
appear in the form header of the subform and the actual
field names appear in their appropriate places. However,
when I change to form view, the actual field names rather
than the captions appear in the subform.

Has anyone encountered this problem?

Thank you in advance for any help,

Val
 
V

vsingler

I found the answer to my question in another source - you
have to change the "Name" property for each textbox in the
form.
 
Top