Results 1 to 4 of 4
  1. #1
    keiath is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2013
    Posts
    162

    Auto Invoicing

    Hi

    I am creating a Database for a letting agent, on the 1st of every month I want access to automatically Generate a rent demand, and I will have a payment screen, where I enter when the tenant pays there rent

    What I am looking to do is this' There is a Tenant screen' with details of the tenant, the property there are renting, the amount they pay,

    From there I want a subform showing payment history that would look something like this:-

    Date Rent Demanded Rent Paid Balance
    01/07/18 £550.00 £ 550.00
    02/07/18 £550.00 £ 0.00
    01/08/18 £550.00 £ 550.00
    01/09/18 £550.00 £1100.00


    09/09/18 £400.00 £ 600.00

    So its a complete history of demand and payments, that can displays the outstanding balance.

    Thanks in advance

    Keith

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    I would not try to store balance, I'd store transactions, invoices as positives and payments as negatives. It's easy to calculate the balance at any given point in time from transactions.

    As to automatically invoicing, I'd probably have an app that ran monthly from Windows Scheduled Tasks that created invoice transactions.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    keiath is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2013
    Posts
    162

    Form problems

    Click image for larger version. 

Name:	Screen.jpg 
Views:	15 
Size:	96.6 KB 
ID:	35320

    This is currently how I am doing it not sure I like it that much as I seem to be having a problem putting both the Demand Table and the Payment Table into one query - not sure why? just flats v.1.1.zip

    I have attached a zipped file of the database

    THanks Keith

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    With separate tables, you could use a UNION query to pull them together and query against that. Or you could sum them separately and then put them together. I'd probably go with a single table. Other thoughts from a brief look:


    • The payment and invoice tables should only include the tenant ID, just as they include the property ID. You shouldn't have name fields in those.
    • Spaces and symbols in object names are not worth the trouble in the long run.
    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. Invoicing
    By wondering in forum Database Design
    Replies: 3
    Last Post: 05-29-2018, 04:24 AM
  2. Replies: 5
    Last Post: 02-08-2018, 07:33 PM
  3. Use Access for Invoicing -
    By deSiguy in forum Access
    Replies: 13
    Last Post: 02-22-2015, 01:30 PM
  4. neeed help on invoicing db (newbie)
    By sanlen in forum Access
    Replies: 2
    Last Post: 02-15-2012, 07:17 PM
  5. Automatic Invoicing
    By anoob in forum Access
    Replies: 8
    Last Post: 01-15-2011, 01:05 PM

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