http: //i53.tinypic.com/5b8x9u.jpg (remove the space between the http: //...)
Hi everyone,
I have built a database with 5 tables to track and record oil rig vessels, their policies, owners, and type of products.
What I am trying to calculate is the total "exposure" that an owner has. A single owner can own several vessels, each with several products with their own exposure.
What I would like to do is have a query or function to sum all the exposures for each particular owner.
When I try to use the Totals, then Sum in the query I am just getting the exposure from each individual vessel's product and not totaling all the exposures for that owner.
I am not sure if this is a function I should be creating in my form design view or before that in my query, but I would like to sum each exposure (all the rows from the exposure column) for a single owner, as I set up the query by owner.
Any suggestions are greatly appreciated.
Hi everyone,
I have built a database with 5 tables to track and record oil rig vessels, their policies, owners, and type of products.
What I am trying to calculate is the total "exposure" that an owner has. A single owner can own several vessels, each with several products with their own exposure.
What I would like to do is have a query or function to sum all the exposures for each particular owner.
When I try to use the Totals, then Sum in the query I am just getting the exposure from each individual vessel's product and not totaling all the exposures for that owner.
I am not sure if this is a function I should be creating in my form design view or before that in my query, but I would like to sum each exposure (all the rows from the exposure column) for a single owner, as I set up the query by owner.
Any suggestions are greatly appreciated.