If you are writing a new database, from scratch, to do the whole job in a
better way, by all means use the field names that are convenienent to you.
If you are just modifying the existing database to fix problems, renaming
fields just because they contain a space would be a waste of your time. The
practical problem with the long names and spaces is that it takes longer to
type them (the long names and the square brackets you must add each time),
but if someone has already done all that, there is no point you wasting your
time again changing them back just so that they did not have to waste so
much time in the first place.
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Wayne" <cqdigital@volcanomail.comwrote in message
news:1181778820.283329.179940@o11g2000prd.googlegr oups.com...
Quote:
>I have been given the task of rewriting a database that seems as
though it has been written by someone with a very basic understanding
of Access. Many of the object names and field names in tables are
overly long and contain spaces e.g. "Next of kin phone number" instead
of something like "KinPhNo".
>
I am looking for opinions on whether I should spend considerable extra
development time and "fix" all the problem names. I know that this is
the right thing to do, but it is tempting to go with what is there to
save time. I have a bad feeling though that this could come back and
bite me!
>
Any advice is appreciated.