I am making a simple db to track mining for an online game (no not WoW), another one.
Anyway, I have 2 tables.
tbl_Minerals: Which has these 2 fields:
MineralName (text field)
stoneValue: (currency field)
So it looks like this:
tbl_Minerals:
MineralName stoneValue
Mineral1 $0.01
Mineral2...