Add Records for Followup Dates Automatically in Microsoft Access using GoToControl, GoToRecord

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • Learn how to automatically add multiple new records to a continuous form in Microsoft Access with the GoToRecord command. We will create a button that will add followup appointments at 5, 10, 30, and 90 day intervals.
    Desmond from Arlington, Virginia (a Silver Member) asks: I am managing a doctor's office. I need to set followup dates for patients who have come in for testing. The first followup date has to be 5 days after their appointment. The next 10 days, then 30 days, then 90 days. Is there any way Access can add these dates to my followups automatically?
    BONUS FOR CHANNEL MEMBERS:
    Silver Members and up get access to an EXTENDED CUT of this video which covers additional examples. That video will show you how to create new records in a similar fashion, but this time we will use FOR loops to add 64 new records with specialized criteria.
    Geir Arne from Norway (a Gold Member) asks: I have a single table that I need to automatically fill in values when I click a button. I have boxes with alphanumeric labels such as FE30001, FE30002, etc. and each of those boxes have positions such as A1, A2, A3, etc. Is this possible?
    MEMBERS ONLY VIDEO:
    • Add Records for Follow...
    BECOME A MEMBER:
    / @599cd
    LINKS:
    Get on my Mailing List: 599cd.com/YTML
    InputBox: 599cd.com/inpu...
    DateAdd Function: 599cd.com/dateadd
    Intro to VBA: 599cd.com/Intr...
    Access Developer 20: 599cd.com/acd20
    ADDITIONAL RESOURCES:
    FREE Access Beginner Level 1: 599cd.com/Free1
    FREE Blank Customer Template: 599cd.com/FRL2
    $1 Access Level 2: 599cd.com/1Dollar
    TechHelp: 599cd.com/Tech...
    Twitter: / learningaccess
    en.wikipedia.o...
    products.offic...
    microsoft.com/...
    Email Me: amicron@gmail.com
    KEYWORDS:
    microsoft access, ms access, #msaccess, #microsoftaccess, gotorecord, gotocontrol, add records, automatically add records, followup dates, followup appointments, intervals, patient followups, follow ups, follow-ups, dmax, ascii, chr
    QUESTIONS:
    Please feel free to post your questions or comments below. Thanks.

Комментарии • 31

  • @easyspeak101
    @easyspeak101 3 года назад

    Office professional has VBA a very full help file, i always lost days navigating in its circular and convoluted references without any hope of progess, as most people probably did mostly and so the package was lost to all but those willing to go on expensive courses to unveil its secrets... 20 years later... some wonder online and book sources. Nice videos here. Thanks.

    • @599CD
      @599CD  3 года назад

      You're welcome.

  • @garethwoodall577
    @garethwoodall577 3 года назад

    Thanks Richard, this touched on a subform I was struggling with recently, I used another tactic in the end, but your explanation in the VBA on this Tip was spot on why the subform didnt work as I wanted it too. Really helpful thank you again, love the access content!

    • @599CD
      @599CD  3 года назад

      Glad it helped!

  • @saravanapagavananamalai1852
    @saravanapagavananamalai1852 3 года назад

    Richard, you are simply the best.

    • @599CD
      @599CD  3 года назад

      Aww... gee... thanks!!! :)

  • @aqantassoftware3792
    @aqantassoftware3792 3 года назад

    Awesome video Richard, this does save a lot of time and effort.

    • @599CD
      @599CD  3 года назад +1

      Yes it does!

  • @kasahunnegussie3024
    @kasahunnegussie3024 Год назад

    Tanks Rechard

    • @599CD
      @599CD  Год назад

      That's my porn name. ;)

  • @RealAlexMoreton
    @RealAlexMoreton 3 года назад

    Thanks for the video feel like i learnt alot even if i did get it to work my end haha Just got a booking date and payment due date, just want the payment due date to auto populate spent hours on this so i will keep going, feel like im the closest ive been since watching this so thank you.

    • @599CD
      @599CD  3 года назад

      Glad it helped!

  • @HasanRazaJafri
    @HasanRazaJafri Год назад

    Thanks very much ♥

    • @599CD
      @599CD  Год назад

      You're welcome 😊

  • @janezklun
    @janezklun 3 года назад

    excelent video, thanks

    • @599CD
      @599CD  3 года назад

      You are welcome!

  • @exergyone7164
    @exergyone7164 3 года назад

    Since I am not a vba code junkie, I would say there's a much easier way to achieve this: using append queries and set up the sequence within the Macro Builder rather than typing code with the Code Builder.

    • @599CD
      @599CD  3 года назад +2

      Certainly... if that's your preference, go for it! There are a dozen different ways to do everything in Access. I like to show a variety of techniques, and I *am* a code junkie. :) Better life through VBA.

  • @akokohjoel9854
    @akokohjoel9854 3 года назад

    Pls can you show a video on how to update multiple table with one form

    • @599CD
      @599CD  3 года назад

      I'd need to know more than that, but feel free to submit your question: 599cd.com/TechHelp

  • @michellearnon3931
    @michellearnon3931 3 года назад

    Hello! Good day! I would like to know how would I be able to add record in a subform using add button... So that I could generate report for certain data that I like to print.... Thank you! For your response :)

    • @599CD
      @599CD  3 года назад

      Feel free to submit your question at 599cd.com/TH

  • @LaVa-xy9sm
    @LaVa-xy9sm 3 года назад

    Hi, I have a list of students in a class and some of them need to change the level, time or classroom name. so we need to select the names and choose the level, time or classroom name and click go, Do you have that video?

    • @599CD
      @599CD  3 года назад

      Your requirements are so oddly specific that there is absolutely 0% chance that I would have that ready and available, but I'm sure after finishing my course you'd be able to build it yourself. :)

  • @abdulhamidalhaddadi2255
    @abdulhamidalhaddadi2255 3 года назад

    Thanks

    • @599CD
      @599CD  3 года назад

      Welcome

  • @marianmalone8995
    @marianmalone8995 3 года назад

    How do you keep from landing on a weekend?

    • @599CD
      @599CD  3 года назад

      You could use the WEEKDAY function to check it, and add days accordingly. 599cd.com/293

  • @Alanl
    @Alanl 3 года назад

    how to auto add a new record on other data table ?

    • @599CD
      @599CD  3 года назад

      Need more than that.

    • @Alanl
      @Alanl 3 года назад

      @@599CD
      Case Study: I create a login form on me Access 2010. I wants auto log down the login event in the data table "Logs".
      The data table have 6 fields:0
      ID - AutoNUumber;0
      Date - =Date();
      Time - =Time();
      Type - Short Text;
      Description - Short Text
      Agent - Short Text
      i expect the result is our system auto add the last 3 fields when user click the Login button. Thanks
      About the Agent should fill in the user name on the login ID text box on our login form. Thanks.