C
CAD Fiend
Since I am VERY new to Access, I will start here in this NG.
In my textbook, they are using no spaces when creating field names, such
as CustomerName. However, I've heard that it's good practice to use an
underscore character between the names, such as Customer_Name. Is this
true? What is good convention?
Does this also apply to tables, such as tbl_Customer_List, instead of
Customer List or CustomerList?
Lastly, when (if ever) is it OK to put spaces in between text in your
database? Like, if I had an entry in a Field called Address, it would
normally read; 1250 Main Street, but are you supposed to make it without
spaces, like 1250MainStreet, or 1250_Main_Street? Or if I had a Field
called City, how should I put something like New Orleans? Would it be
NewOrleans, or New_Orleans?
IMO, it seems like it's easier to read when there's an underscore
between the words.
TIA.
In my textbook, they are using no spaces when creating field names, such
as CustomerName. However, I've heard that it's good practice to use an
underscore character between the names, such as Customer_Name. Is this
true? What is good convention?
Does this also apply to tables, such as tbl_Customer_List, instead of
Customer List or CustomerList?
Lastly, when (if ever) is it OK to put spaces in between text in your
database? Like, if I had an entry in a Field called Address, it would
normally read; 1250 Main Street, but are you supposed to make it without
spaces, like 1250MainStreet, or 1250_Main_Street? Or if I had a Field
called City, how should I put something like New Orleans? Would it be
NewOrleans, or New_Orleans?
IMO, it seems like it's easier to read when there's an underscore
between the words.
TIA.