S
Spidey3721
Is there a way that I can limit a table to only having unique values in
one field FOR EACH different value in another field ?
For Example, if I have a table that holds cost info for different Projects,
[Project],
tbl Project Costs
[ProjectID] - name of project
[CostID] (Examples: Plumbing cost, Drywall cost, roofing cost, etc...) -
linked to a CostCode table with all possible costs
[Cost Amount] - Dollar figure for that cost type
I want to limit a user from being able to enter in two different values for
drywall cost for the same job....
I would also like to avoid having to keep separate tables for each project,
although maybe that is the only way ?
one field FOR EACH different value in another field ?
For Example, if I have a table that holds cost info for different Projects,
[Project],
tbl Project Costs
[ProjectID] - name of project
[CostID] (Examples: Plumbing cost, Drywall cost, roofing cost, etc...) -
linked to a CostCode table with all possible costs
[Cost Amount] - Dollar figure for that cost type
I want to limit a user from being able to enter in two different values for
drywall cost for the same job....
I would also like to avoid having to keep separate tables for each project,
although maybe that is the only way ?