Renaming a Subform Column

  • Thread starter Thread starter Mr K
  • Start date Start date
M

Mr K

Hi,

I'm using Access 2000 and I have a subform with 2
columns, first is "Name"; second is "DOB".
I want to change the names to "First Name" and "Birth
Date" respectively.

This is possible, and if so, how do I do it?
All I want to do is change the column names in a subform??

Thanks,

Mr K
 
Hi,


I suggest you do change the CAPTION of the fields rather than the field
name themselves, if possible. The field name should not be exposed to the
end user, not more than the name of the VBA variable you may use. Further
more, it is not suggested to have a space or an illegal name for field name,
that is more trouble than otherwise. Try using a caption.


Hoping it may help,
Vanderghast, Access MVP
 

Ask a Question

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.

Ask a Question

Back
Top