First of all, I apologize if this is the wrong place to post this question; but I'm using Access and it doesn't seem to fit in the other forums, so... here goes.
Does anybody feel it is smart to prepend field names with a unique identifier to the table it belongs to?
For example, I have a table tbl_Transactions with fields for transaction date, amount, authorization code, and status. Rather than storing "chargeDate", "amount", "authorizationNumber" and "status", I almost feel more comfortable naming them "trns_Date", "trns_Amount", "trns_AuthorizationNumber" and "trns_Status".
Does anybody else follow this sort of convention, i.e. prepending all of their field names with an abbreviation of the table name it belongs to? I don't see this in practice a lot, but I'm starting to use highly complex queries that could potentially pull like-named fields.
I guess I would just like to see what everyone else is doing, and what the Right thing to do is when it comes to developing forward-thinking applications.
Thanks
Does anybody feel it is smart to prepend field names with a unique identifier to the table it belongs to?
For example, I have a table tbl_Transactions with fields for transaction date, amount, authorization code, and status. Rather than storing "chargeDate", "amount", "authorizationNumber" and "status", I almost feel more comfortable naming them "trns_Date", "trns_Amount", "trns_AuthorizationNumber" and "trns_Status".
Does anybody else follow this sort of convention, i.e. prepending all of their field names with an abbreviation of the table name it belongs to? I don't see this in practice a lot, but I'm starting to use highly complex queries that could potentially pull like-named fields.
I guess I would just like to see what everyone else is doing, and what the Right thing to do is when it comes to developing forward-thinking applications.
Thanks