Results 1 to 4 of 4
  1. #1
    garys081 is offline Novice
    Windows 10 Office 365
    Join Date
    Jan 2022
    Posts
    1

    Accounting question

    Hi all,



    1st post !

    I have a simple database used for invoicing.
    I need to split up my invoice total into labour costs and material costs which ive done with separate labour and material fields.

    Sometimes I Quote work and the total wont have labour and materials only a total.
    But i cant show labour and materials on the invoice to the client as that defeats purpose of a quoted job.

    How should i approach this ?

    Thanks
    Gary

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    The queries should pull at least ,
    the client key,
    the source :labor,or material, or other
    the amt. sum or detail.

    once you have those you can combine them in 1 query a Union query.

    or on a report ,put in Sub reports, 1 for each qry mentioned above.

  3. #3
    Micron is online now Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,425
    Possibly:
    - allow nulls in the 2 fields and add a field to your table where you only enter full price on no labor/no material jobs. Jobs with labor/materials are summed on the form as usual and the full price field should be Null for those job records. You would need an additional textbox on your form to show the stored cost from this additional field. If labor/material fields are null, disable or hide your existing calculated field. Or are you storing the full price already (which you should not be doing)?
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  4. #4
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,822
    Hi Gary

    Welcome to the Forum.

    Can you upload a copy of your database?

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

Similar Threads

  1. Accounting Project
    By Mario Robleto in forum Access
    Replies: 9
    Last Post: 05-29-2022, 10:33 AM
  2. Query to get accounting balances
    By jobbie in forum Access
    Replies: 9
    Last Post: 03-09-2016, 05:56 AM
  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