Question : Naming Convention for Group Headers/Footers/Detail on Reports in Access

I know that there are naming conventions for tables, queries reports, forms and controls in Microsoft Access and I've seen descriptions of these conventions.  One thing I haven't seen are naming conventions for page headers and footers, group headers and footers or detail for reports in Microsoft Access. If there is a convention for these (I'm sure there has to be!), could somebody please tell me what it is? Thanks.

Answer : Naming Convention for Group Headers/Footers/Detail on Reports in Access

You have probably seen this:

http://www.databasedev.co.uk/naming_conv.html

however, it does not specifically mention conventions for headers and footers.  If I need to refer to them in a Report via code, then I use:

hdrSomeHeaderName
ftrSomeFooterName

etc.

And also not directly mentioned, but avoid using any of these special characters in object and field names:

Avoid using the following characters: ,.~!@#$%^&*()+-=|\:;'<>?/"`[]{}   including Spaces!

mx

mx
Random Solutions  
 
programming4us programming4us