CHanging field names

M

Melissa

hello

Is it possible to take for example, the "order entry" template database, and
change some of the field names to personalise it? if so, how, I have tried
changing all the "CustomerId" fields to a different field names on all
tables and forms, and keep getting error messages...

thank you

Mel
 
J

John W. Vinson

hello

Is it possible to take for example, the "order entry" template database, and
change some of the field names to personalise it? if so, how, I have tried
changing all the "CustomerId" fields to a different field names on all
tables and forms, and keep getting error messages...

thank you

Mel

One thing to consider: users of your application should never even SEE
fieldnames, or table or query datasheets.

You can put labels on Forms and Reports; these can and generally should be
different from the fieldnames, and can be more 'human friendly'. For example
if you have a field named ProductID, you can show the user a form with a combo
box (displaying the product name but storing the ID), with a label "Product".

So it may not be necessary to change the fieldnames; you'll be the only person
to see them!
 

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

Top