I am trying to set up an access table and need to name columns (fields) with
longer, descriptive names but where very little info will be required. For
Example:
column name: Initials of staff/volunteer
Info needed (2 letters): DP
No. You don't need to do this.
Don't confuse data STORAGE - done in tables - with data DISPLAY - done
in Forms for onscreen use or in Reports for printing. They are
*different activities* with *different requirements*.
Fieldnames should be short, simple, and should not contain special
characters. [Init] or [Initials] would make a good fieldname for this
example.
You can set the Caption property of the field to "Initials of
staff/volunteer"; when you create a Form or Report using that field,
it's the Caption which will be displayed. Or, you can put whatever
text you would like to see on the label attached to the Form or Report
textbox.
If you're printing table datasheets for reporting purposes... well,
don't. That's not their function.
John W. Vinson[MVP]