Results 1 to 10 of 10
  1. #1
    Mario Robleto is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Dec 2016
    Posts
    2

    Accounting Project

    Hello, I am a complete and utter newbie to Access and my project is the following:



    In my country we utilize simple excel spreadsheets to realize tax declarations.

    I want to create an Access database that will allow me to have a list of providers/clients.

    Input all of my income and all of my expenses.

    Export reports in excel that can be used for my tax declarations and will provide me details for everything that I have spent and everything that I made as income.

    Does anyone have any suggestions? Its for my work and it would really help me out!

    Thanks!!!!!!

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    You'll need tProvider table,
    TClient ttable,
    and,
    TClientChild table, this will hold all detail records for clients.
    fields:
    ChildID (autoNum)
    ClientID
    ProviderID
    IO, (expense or income)
    Amt
    TransDate

  3. #3
    ssanfu is offline Master of Nothing
    Windows XP Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Welcome to the forum...

    Have you thought about using an accounting program like QuickBooks or even Quicken?

    There is a FREE accounting software called GNUCash that is very good. http://www.gnucash.org/
    I started using GnuCash because Intuit has gotten very greedy and non-responsive....


    Available in Win, Linux and Mac versions and in 10 languages.........

    Did I mention it is FREE????

    Might save you lots of time and aggravation since you are a self professed newbie.

  4. #4
    Mario Robleto is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Dec 2016
    Posts
    2
    The problem is this, Quickbooks, Sage and all the other accounting software packages are made primarily for 1st world markets. They work, but half of what they offer I can't use because in my country, Nicaragua there doesn't exist as of yet that type of integration.

    I wanted to utilize access so as to create a more personalized answer, because the process that we have currently ends up being the following:.

    1) Receive documents from the clients
    2) Convert currencies based on the National Bank of Nicaragua's currency exchange rate.
    3) Calculate taxes on clients income and expenses
    In our country we pay VAT taxes.
    We also pay a withholding tax on our purchases above a certain amount at different percentages.
    4) After this then we proceed in Excel to prepare the files we need upload and declare taxes.
    In these spreadsheets I have to include information such as taxpayer ID numbers, percentage of tax withheld, percentage of tax paid out, concept of payment, date, document number and so on.
    5) After that we proceed to review and make sure the tax declarations are formatted and made correctly and there are no errors especially with the name, taxpayer number, amounts and other important information.
    6) Once taxes are declared we proceed to elaborate expense details, and in the majority of cases these have pretty much the same information as the tax declarations.
    7) The expense details are reviewed for accuracy.
    8) Then they are inputted into our accounting system.

    This same process is repeated at least 20 times for each of our clients, but I believe that if we could utilize a database like access to create client/provider profiles this will help in making this process faster. Then if I am also able to export into excel via a query my tax declarations this would be wonderful. Essentially I need to have a personalized solution so as to get my work done faster and not have to worry about repeating processes and checking for accuracy.

    This is why Quickbooks, Sage, Xero and all the other accounting packages, although great software, don't work for me...

    As a side note, this is the first time I have ever even used access, so I really need all the help I can get, THANKS!

  5. #5
    ssanfu is offline Master of Nothing
    Windows XP Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    OK, start by doing these tutorials http://www.rogersaccesslibrary.com/forum/forum46.html
    Actually do the work to help with the concepts. Then, for additional reading, see the following topics.

    Another tutorial: Access Basics Tutorial by Crystal

    Normalization is a very important topic. Too many people have used Excel and try to design a database like a spreadsheet. The data models are very different.

    Entity-Relationship Diagramming will help you decide what data you need in which tables.


    Design your tables using paper and pencil, cardboard, whiteboard, etc BEFORE starting to create tables in Access. Manually enter data to see if the design works. This will save you lots of time...

    Post back to the forum if you want feedback on your dB design.

    Good luck with your project........

    ================================================== ================
    Normalization Terms and Concepts
    Normalization


    What is Normalization?
    =======================
    What Is Normalization, Part I: Why Normalization?
    What Is Normalization, Part II: Break it up.
    What Is Normalization: Part III: Putting It Back Together
    What is Normalization: Part IV: More Relationships
    What Is Normalization: Part V: Many-to-Many Relationships

    Entity-Relationship Diagramming
    ==============================
    Entity-Relationship Diagramming: Part I
    Entity-Relationship Diagramming: Part II
    Entity-Relationship Diagramming: Part III
    Entity-Relationship Diagramming: Part IV



    The Normal Forms
    =========================
    The Normal Forms: Introduction
    The Normal Forms: First Normal Form (1NF)
    The Normal Forms: Second Normal Form (2NF)
    The Normal Forms: Third Normal Form (3NF)
    The Normal Forms: In a Nutshell

    =====================================
    GroverParkGeorge's PDF on Normalization

    =======================================
    Access Basics Tutorial by Crystal (Strive4Peace)

    ===============================================
    Important!!
    Autonumbers--What they are NOT and What They Are
    Microsoft Access Tables: Primary Key Tips and Techniques

  6. #6
    ssanfu is offline Master of Nothing
    Windows XP Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Another article that many think is very well written:
    (Thanks to orange )
    Attached Files Attached Files

  7. #7
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    4,926
    Quote Originally Posted by jamesmcgrill View Post
    Hey there, i wana share 3 major areas of accounting
    Though there are twelve branches of accounting in total, there are three main types of accounting, according to McAdam & Co. These types are tax accounting, financial accounting and management accounting.
    A 5 year old and counting thread?
    I think they might have created it by now?
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  8. #8
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Office 365
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,976
    Quote Originally Posted by Welshgasman View Post
    A 5 year old and counting thread?
    I think they might have created it by now?
    Or a 5 year Old and ACcounting thread ...��
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  9. #9
    Micron is online now Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,800
    A lot of this seems to be triggered by spam posts (post 7). It doesn't seem that this site is doing enough to curb such drivel.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  10. #10
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Quote Originally Posted by Welshgasman View Post
    A 5 year old and counting thread?
    I think they might have created it by now?
    The quoted user returned and posted a spam link, so they were banned.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Query to get accounting balances
    By jobbie in forum Access
    Replies: 9
    Last Post: 03-09-2016, 05:56 AM
  2. SelStart not accounting from spaces?
    By tylerg11 in forum Forms
    Replies: 2
    Last Post: 06-28-2012, 04:45 PM
  3. Accounting database
    By Ray67 in forum Database Design
    Replies: 1
    Last Post: 04-10-2012, 09:45 PM
  4. Accounting System Control
    By Shades in forum Access
    Replies: 0
    Last Post: 12-08-2011, 10:29 AM
  5. Accounting Template
    By mastromb in forum Access
    Replies: 4
    Last Post: 02-24-2010, 10:36 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