English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a table in an Access database that I use for miscellaneous data items that my database uses for calculations. I cannot hard code these items because they change at least yearly. Some of the items are:
Date School Year begins
Reimbursement Percentage
Cutoff Threshold
PerCapita Allowance
School Year Ends

So this is an ecclectic collection of individual and unrelated data items that change infrequently.
The table name needs to be descriptive but not too wordy. I've used "Primary Elements" but that is too vague.

What would you call this table?

2006-07-25 07:41:19 · 5 answers · asked by ExcelerNot 2 in Computers & Internet Programming & Design

5 answers

The fields you have listed look like they would change annually. So probably something like MiscSetup or YearSetup. Basically something that indicates that these *will* have to be modified, or at least checked, for the next school year.

2006-07-25 08:44:47 · answer #1 · answered by greigmcl 3 · 1 0

Constants
or
miscConstants

2006-07-25 08:07:08 · answer #2 · answered by sheeple_rancher 5 · 0 0

GlobalVariables

2006-07-25 07:46:10 · answer #3 · answered by Charles G 4 · 0 0

Misc

2006-07-25 07:55:50 · answer #4 · answered by SweetJordan 2 · 0 0

metaData is a good one.

2006-07-25 08:04:18 · answer #5 · answered by John J 6 · 0 0

fedest.com, questions and answers