Not really sure where to post this question. This is for a repair DB. I Have a couple tables linked by model number. Each model# has 4 versions. Each version has 3 repair classes (a, b, c). Each version has a different price for each repair class.
Right now on my main units table i have a model field, repair class field and an estimate field. The model field has a direct relationship to a modelnumber table.
The modelnumber table contains all models and versions in a field along with their corresponding Aclass, Bclass, Cclass price.
On my form I want to input the Aclass, Bclass, or Cclass value of the modelnumber table into the estimate field of the main table depending on the model field value and the repair class value of the main table.
I can't imagine this being too complicated, but I'm at a complete loss on how to achieve this. Maybe I'm going at it the wrong way?
I sincerely appreciate any help on this. Thanks!