I was intrigued a few weeks ago with the discussion on naming conventions named after somebody whose name I can’t pronounce.
It suggested that in front of tables you put tbl and qry for query, frm for form and so on. It also suggested that field names have no spaces between words. What I need is a simple explanation of why.
For years I used Access without any problems with naming fields with spaces. Suddenly in Access 2000 labels wouldn’t work if I named a field “name”. This brought about my question for Woody’s which generated a lot of discussion.
However, I find that by not putting spaces between field names, I am forever going aroung putting captions on labels, which is a real pain. Also, I have noticed that Northwind, one of Access’ sample databases, uses the no-spaces rule for fields, but does not name its tables tblXYZ and forms frmXYZ.
So what’s the scoop? Should I absolutely be following the naming convention or is it that important? And if so, why?