Search results

  1. A

    summing trouble

    I am currently working on compiling all of my worksheets into a single sheet, "sheet 1" format. Once I have completed that and put it into the database as sheet 1, do I simply run each of your append queries in the labeled order? Also would I build my qryMain the same as the way you did...
  2. A

    summing trouble

    Sounds like some stuff that is way out of my league. So if I wanted to use the table structures you have created and manually upload the data and values from the multiple spreadsheets I have would that be possible. Or would I need to recreate your cleaned up version of our upload sheet in...
  3. A

    summing trouble

    Wow, so I really was way off huh. Thanks for the restructuring. For our comparison and analysis the discounts are already applied to the gross and net numbers so really will not need to be evaluated or extracted through the database. As far as you "migrating" the data from the...
  4. A

    summing trouble

    I believe I have created a new query with the proper tables and relationships necessary. However when I run the query the only "vessel name" is seems to be pulling up data for is "Vicksburg". It is summing correctly and giving the right number but if i try any other vessel name that I know has...
  5. A

    summing trouble

    In regards to the above, for the purpose of what I am currently trying to deliver all calculations, and data entry is done on the excel sheet. Due to my novice understanding of access we are not aiming that high yet as to eliminate the excel entry sheets for co-workers. I would just like to...
  6. A

    summing trouble

    Hi jzwp, I feel that I have the database in a pretty stable structure thanks to all your help and would now like to begin to address my original problem. Summing I would like to start setting up some queries that my co-workers can use to run useful searches. The first one I would like to be...
  7. A

    summing trouble

    Maybe I should have just shown you this from the beginning. Attached is the excel sheet that my coworkers upload their data into. When they issue a new policy they take a blank upload sheet and enter their new data into it then send me that sheet. The purpose of this database is to contain...
  8. A

    summing trouble

    Thank you for the response and the upload. I have made the adjustments to my database to reflect what you have uploaded. As far as the policy details table and discount table go I made some changes. Since the discounts are the same across a single policy I have set it up to reflect that...
  9. A

    summing trouble

    For the purposes of this database, whether or not an owner still technically owns a vessel is not really of concern. For that particular policy year that we insure them they own the vessel and that is the data we are trying to capture. I guess in a way we will be using the data to...
  10. A

    summing trouble

    yes hopefully with all your help, which has been very informative, we will have a polished system that we can use for several years. a vessel typically will not move from one policy to another or move from one owner to another. things remain relatively stable for the policy period which is...
  11. A

    summing trouble

    i am making it as if the vessels do not move. we are just trying to track our data from 2010 and forward and most vessels are stationary for 5+ years, and hopefully by then we will have a more polished system to track this, perhaps through a third party.
  12. A

    summing trouble

    thanks again that stuff looks great, i am going to start implementing it shortly. an owner can have multiple policy numbers, as they can own many vessels in different parts of the world which are completely different policies we can write. a single policy number will only have a single...
  13. A

    summing trouble

    jzwp, thanks so much for this help and guidance. I am going to make the changes you have mentioned as well as reaching normalization and simplification of the tables and their structures. As far as the products, types, and policies go let me try and explain this better. An owner is the...
  14. A

    summing trouble

    jzwp, thank you very much for your time and help. I am not exactly sure what this means: (FROM Vessel, Products INNER JOIN [Policy Details] ON Products.ProductID = [Policy Details].ProductID) Is this something I should be typing in manually somewhere? or is this just the breakdown of what i...
  15. A

    summing trouble

    Hi all, I have been creating a database for my company to capture "open exposure" for oil rigs we insure across our entire portfolio. I have created the tables and set up the database (attached below), but our goal is to be able to compare and analyze different data points across the portfolio...
  16. A

    General Form Question

    themurph, thank you very much this is very useful and simple to implement. from a form or report standpoint do i just simply select my newly revised queries with the parameters and create them from that or can i use parameters specifically within forms for the users to choose? again any help...
  17. A

    General Form Question

    Hi all, I have been creating a database for my company to capture "open exposure" for oil rigs we insure across our entire portfolio. I have created the tables and set up the database (poorly at best), but our goal is to be able to compare and analyze different data points across the portfolio...
  18. A

    Calculating Sums in Query

    I have been creating a database for my company to capture and track our portfolio of open insurance policies on a multitude of "Mobile Oil Rigs". Every policy has its own policy number/ID but there can be multiple policies per "vessel". What I would like to be able to do is to run a query by...
  19. A

    Calculating Sums in Form

    Attached below is my database so far. There is very limited data in it as I plan on only using 2011 data which we have not fully finalized. The data in there currently is arbitrary and just space fillers to test out my database as i built it.
  20. A

    Calculating Sums in Form

    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...
Back
Top Bottom