D
deko
I'm trying to figure out the Reddick VBA Naming Conventions - or, more
specifically, how to incorporate these conventions into an Access mdb. For
example, should the Table fields follow the convention? Do I name the Table
field "txtFirstName" as well as the textbox field on the Form? This does
not seem to make sense since I could have "txtEmployee_ID" as a field on the
Form and then need to have "lngEmployee_ID" in the Table. Does that mean
the naming convention only applies to Forms -- e.g. "txtEmployee_ID" on the
Form and "Employee_ID" in the Table? Or is the Reddick naming convention
intended to apply only to unbound objects? I looked at Microsoft's
Northwind.mdb but, curiously, that does not appear to follow the Reddick
conventions. If anyone can help me with this I'd really appreciate it. A
sample mdb that properly incorporates the Reddick naming convention would be
helpful.
specifically, how to incorporate these conventions into an Access mdb. For
example, should the Table fields follow the convention? Do I name the Table
field "txtFirstName" as well as the textbox field on the Form? This does
not seem to make sense since I could have "txtEmployee_ID" as a field on the
Form and then need to have "lngEmployee_ID" in the Table. Does that mean
the naming convention only applies to Forms -- e.g. "txtEmployee_ID" on the
Form and "Employee_ID" in the Table? Or is the Reddick naming convention
intended to apply only to unbound objects? I looked at Microsoft's
Northwind.mdb but, curiously, that does not appear to follow the Reddick
conventions. If anyone can help me with this I'd really appreciate it. A
sample mdb that properly incorporates the Reddick naming convention would be
helpful.