Results 1 to 3 of 3
  1. #1
    dkmee90 is offline Novice
    Windows 10 Office 365
    Join Date
    Apr 2020
    Location
    Leicester, UK
    Posts
    2

    Thumbs up Simple Database that can produce reports

    Hi Everyone,

    I am a small business owner in the financial services industry in the UK and I am looking at the possibility of building my own database that would then be able to produce various reports from.



    I would need different tables that contain Client Information, Policy Information (perhaps a table for each policy type) and also a list of new business. From my basic understanding, you can link the tables together with a primary key?

    The next part is the piece I am not too sure of. I would like to produce reports from the system that detail the new business that has been written that could be mainly automated from the information within the tables although some sections would need areas that I could free type into to personalise them.

    Is the report something that could be generated from within Access, or would it be better to be able to link the information into a Word template?

    I'm not sure if this is something that is allowed through this website but as I don't have the required skill set, I am looking for someone that could potentially build an Access database for me with the above requirements? I would obviously provide much more detail to said individual but I wanted to see if this is something that anyone would be interested in first.

    If you are interested, please could you reply to this thread or send me a PM with a rough estimate of how much you would want for completing the work?

    I look forward to hearing back.

    Many Thanks

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,941
    From my basic understanding, you can link the tables together with a primary key?
    sort of correct, you would link a Foreign (or Family) key to a Primary Key. Suggest you also bone up on relationship types - there are three
    One to One - link primary key to an indexed, no duplicates foreign key - rarely used, implies a design fault except where there are security issues and users are not to be privy to certain data or linking 'add on' fields to data in other systems
    One to Many - link primary key to an indexed, duplicates OK foreign key - (e.g. customer>invoice header>invoice details)
    Many to Many - from both tables link primary key to an indexed, duplicates OK foreign key in a third 'joining table' (e.g. students to classes - one student has many classes, one class has many students)

    I would like to produce reports from the system that detail the new business that has been written
    easily done if you can define what is 'new business' - perhaps based on date

    some sections would need areas that I could free type into to personalise them.
    you wouldn't do this on a report, you would use a form (but might be able to have a button on a report that opens a form)

    Is the report something that could be generated from within Access, or would it be better to be able to link the information into a Word template?
    depends on the report
    I am looking for someone that could potentially build an Access database for me with the above requirements?
    happy to provide a quote, please PM me

    send me a PM with a rough estimate of how much you would want for completing the work?
    depends on what is actually required

  3. #3
    dkmee90 is offline Novice
    Windows 10 Office 365
    Join Date
    Apr 2020
    Location
    Leicester, UK
    Posts
    2
    Hi Ajax,

    Thank you for your response.

    I am happy to provide more information on the potential project although I can't see an option to PM you, I believe my account is awaiting activation.

    My Skype ID is in my bio, please feel free to add me there in the meantime.

    Sorry I'm new here :0

    Thanks

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 11-10-2017, 07:52 PM
  2. Replies: 2
    Last Post: 08-06-2015, 08:13 AM
  3. Replies: 1
    Last Post: 09-03-2013, 10:27 AM
  4. Produce Multiple Reports From Different Criteria
    By nunbean in forum Programming
    Replies: 1
    Last Post: 07-08-2011, 09:30 AM
  5. Database to produce quotes
    By rossp0203 in forum Database Design
    Replies: 2
    Last Post: 05-26-2011, 10:15 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums