Are you talking about the datasheet view of a form rather than viewing the
tables/queries directly? If so, then make sure that you textboxes have
attached labels. The caption of the label is what will appear as the column
headings. This is my preferred approach but there are others such as
setting the caption property of the field in the design view of the table
but I find this has irritating side-effects. Another approach is to use a
query which uses field aliasing such as "SELECT ConID AS ID, ConLastName AS
Surname FROM tblContact" so that you change the names of the columns in your
datasource, eg ConLastName to Surname.
If you set the caption property in the table design, this will automatically
give that caption both to the table columns in datasheet view and the
default label when you create a field in form view.
If you set the caption property in the table design, this will
automatically give that caption both to the table columns in datasheet
view and the default label when you create a field in form view.
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.