AutoCorrect

M

m stroup

I understand that bloating occurs a lot more when the Name AutoCorrect option
is turned on. How do others systematically track changes to ensure that all
forms/queries/code/etc. is updated when a field name is changed or a table
structure changed? Thanks for your help.
 
K

Keith Wilby

m stroup said:
I understand that bloating occurs a lot more when the Name AutoCorrect
option
is turned on. How do others systematically track changes to ensure that
all
forms/queries/code/etc. is updated when a field name is changed or a table
structure changed? Thanks for your help.

Name AutoCorrect is generally considered to be a very bad thing (TM).
Here's why:

http://allenbrowne.com/bug-03.html

I would suggest that you adopt a policy of picking field names that you are
comfortable with from the start and to stick with them. At the end of the
day, a field name need not reflect the name of the entity it is being used
for, it just helps during development.

Keith.
www.keithwilby.co.uk
 

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