Alias

D

Dominick D.

Hi, Guru's...I've been asked to create a table, in which several fields
contain aliases. Now, how do you code a fieldname to be an alias? Is it like
this:

[alias name]: field name

Like that? Thanks.
 
R

Ryan

Alias Name: field name will work in a query
no need for the [ ] around the alias name
Or you could just change the name of the field label on the form. If your
users have access to the tables, however, the will see the actual field name.
 
Top