D
David Newmarch
Everything I have learnt from this forum about control and object names
emphasises the importance of prefix conventions like txt for text box, frm
for form, etc.
The value of this becomes very clear when you try to learn from the training
material on the Microsoft site or from the Access templates Microsoft
provides, where it's often impossible to figure out whether an expression or
a piece of code contains a control name or a field name. (Like when you try
to adapt one of the Access templates.) Microsoft training and help seems to
assume that control names will be identical with field names.
Obviously I'm not the first person to notice this, but I wondered if there's
some big, obvious principle I'm overlooking. Do Microsoft people secretly
follow naming conventions when they design Access dbases for themselves? Or
do they have some special way of immediately knowing whether, say,
"ProjectID" is the name of a control or of the field it is based on?
emphasises the importance of prefix conventions like txt for text box, frm
for form, etc.
The value of this becomes very clear when you try to learn from the training
material on the Microsoft site or from the Access templates Microsoft
provides, where it's often impossible to figure out whether an expression or
a piece of code contains a control name or a field name. (Like when you try
to adapt one of the Access templates.) Microsoft training and help seems to
assume that control names will be identical with field names.
Obviously I'm not the first person to notice this, but I wondered if there's
some big, obvious principle I'm overlooking. Do Microsoft people secretly
follow naming conventions when they design Access dbases for themselves? Or
do they have some special way of immediately knowing whether, say,
"ProjectID" is the name of a control or of the field it is based on?