What does "tlkp" mean?

  • Thread starter Thread starter Toller
  • Start date Start date
T

Toller

There's a "standarized" naming convention used in the design of a
database...tbl, qry, rpt, etc. When I d/l a 2007 template, it uses the prefix
"tlkp". It's a table. What is meant by this?

Thanks.
 
There's a "standarized" naming convention used in the design of a
database...tbl, qry, rpt, etc. When I d/l a 2007 template, it uses the prefix
"tlkp". It's a table. What is meant by this?

Thanks.

Table Lookup
 
I might use this prefix for a lookup table. For instance
tlkpStatus
=============
StatusID
StatusTitle
 
Back
Top