Hi all,
I'm looking for some help with a project in my healthcare insurance database. On a form the user selects data from three different combo boxes: State, Insurance Company, and Insurance Policy. Each specific combination of those three fields has a specific amount associated with it, for example: Illinois, Aetna, HMO would need to return a value of $1,000. As of now, the user just has an excel spreadsheet with the amounts in it and they enter it in manually onto the form. Each combination of state, company, and policy has its own value associated with it.
Is there a way to build a calculated field in the form that will say something to the effect of "if the user selects this state, this company, and this policy in each of the respective combo boxes, it will return this value"?
I'm still an access novice but in thinking about this issue I'm imagining a table with 4 fields: State, Company, Policy, and Amount and a calculated field on the form which will look up and return the amount associated with each selected combination of state/company/policy. The trouble I'm having is figuring a way to relate the combo-boxes to the table and looking up the amount based on the combo-box criteria.
Can anyone point me in the right direction? Thanks in advance!