Results 1 to 5 of 5
  1. #1
    JonathanT is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Jan 2011
    Posts
    145

    Auto Entry for Records

    Is it possible to schedule a record(s) to be entered at a set interval? For instance I have a database where I enter expenses. There are several entries that are monthly, the same amount, and occur on the same date each month. Is it possible to set up some king of automatic entry into a database table?

  2. #2
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,573
    Well the way Quicken does it is to store the transactions, and when the date is reached add them to your particular account and increment the date for the next payment be it weekly, monthly 4 weeks etc.
    You can replicate that.?
    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

  3. #3
    Gicu's Avatar
    Gicu is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jul 2015
    Location
    Kelowna, BC, Canada
    Posts
    4,250
    You can add a table that holds your monthly expenses, their amount and due date (the day like in 15 of the month). Then write a VBA function (that can be called from the AutoExec macro or from the db's opening form) that checks if the current month expenses have been already added and adds them via an append query if not.

    Cheers,
    Vlad Cucinschi
    MS Access Developer
    http://forestbyte.com/

  4. #4
    JonathanT is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Jan 2011
    Posts
    145
    Thanks for the information. I'm not great a writing code but I will give it a shot

  5. #5
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,573
    Well the simplest would be an Insert query using your Monthly table as the Select data.
    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

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

Similar Threads

  1. Use entry to auto generate a letter
    By templeowls in forum Access
    Replies: 4
    Last Post: 04-10-2019, 08:11 AM
  2. How to auto-complete a data entry.
    By gottnoskill in forum Forms
    Replies: 8
    Last Post: 01-23-2014, 02:04 PM
  3. Auto Populate Fields & New Entry
    By Jarede in forum Forms
    Replies: 6
    Last Post: 02-12-2013, 05:23 PM
  4. Auto completing data entry forms
    By adamlukegilbert in forum Forms
    Replies: 1
    Last Post: 09-06-2011, 08:58 AM
  5. Possibility of Auto-creating an entry
    By agrundvig in forum Access
    Replies: 0
    Last Post: 09-24-2008, 09:30 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