How To Use A Timer To Run A Command In Microsoft Access 2013 (Automated Tasks)

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024

ความคิดเห็น • 78

  • @njmust
    @njmust 6 ปีที่แล้ว

    You are a master, doctor and magician of ms access.
    Your one video give us lot of knowledge ,operations and cover different aspects of access.
    You are giving lecturers without fee its show your dedication and devotion to us.. God bless you.

  • @jimfindlay6127
    @jimfindlay6127 4 ปีที่แล้ว

    hi Steve. Just found this video.... FANTASTIC! I. New to learning Access and your explanation of these functions is great and gives me insight to what’s possible with my databases. Thank you Sir

  • @jayray9824
    @jayray9824 3 ปีที่แล้ว

    Steve you are an outstanding instructor!

  • @niktsol
    @niktsol 8 ปีที่แล้ว +2

    Brilliant work sir. I think your video lectures are one of the easiest and best ways for someone to learn Access 2013. I was familiar with Access 1995 version, (yes the one with Access Basic) and i wanna to familiarize myself with Access 2013. Thanks again for the great material you provide.

    • @ProgrammingMadeEZ
      @ProgrammingMadeEZ  8 ปีที่แล้ว

      Fantastic! I'm glad you are enjoying the videos.

  • @dungtran1057
    @dungtran1057 7 ปีที่แล้ว +2

    Thank you so much for putting all those tutorials together in a very decent way.

  • @firasadnan5928
    @firasadnan5928 7 ปีที่แล้ว +1

    frankly, you have made my career easier and than before,thank you so much

  • @sayhi80
    @sayhi80 6 ปีที่แล้ว

    Thank you so much Steve. I watched your Access basic and advance tutorial. They are very useful to me.

  • @yelirnoed
    @yelirnoed 7 ปีที่แล้ว

    Thank you ever so much for the fabulous instructional video Steve! Very much appreciated. It's been a most useful tool for me.

  • @kadnacer7571
    @kadnacer7571 6 ปีที่แล้ว

    Thank you Steve. it's a wonderful exemple on how to use a timer in access

  • @martinfosu-boadu5003
    @martinfosu-boadu5003 8 ปีที่แล้ว

    Thank you so much for the video. I can now automate lots of stuff in my databases. I really appreciate it. Thank you.

  • @johnwatkins39
    @johnwatkins39 8 ปีที่แล้ว

    Again an awesome video, i really enjoy watching and learning from your videos. i'm thinking about watching all your videos from 1 til i think 79, and creating a database with everything that your videos go through.

    • @ProgrammingMadeEZ
      @ProgrammingMadeEZ  8 ปีที่แล้ว

      Well thank you! I do advise people to watch all of the beginner series so they can get the most benefit from Access and all of my videos on Access. Some topics can cover some pretty advanced concepts but if you don't yet understand all of the basics you can have a problem.

  • @RungeCarl
    @RungeCarl 4 ปีที่แล้ว

    As always you are a life saver for my coding!

  • @akbarmahfuzalam
    @akbarmahfuzalam 4 ปีที่แล้ว

    Hi Steve, Wonderful video.
    I have an ask over here. How to shut down a custom Access application remotely with Timer on the form which will pop up to the user.
    You may have to perform maintenance tasks on a Microsoft Access database, such as compacting or repairing, making backup copies, or making design modifications. Many of these operations require that all users exit the database. However, there is no built-in way to force users to quit Microsoft Access. Your input is highly appreciated.

  • @renejamis2149
    @renejamis2149 4 ปีที่แล้ว

    Hi, this is nearly exactly what I need.
    Were I to connect my Access DB to say "SQL Server Express", I could use Stored Procedures to have 1 particular Update SQL Statement run at a specified time and run through and Change/Add/Delete Dates, Check/Uncheck Fields etc. for all records in a particular table, right, or what that be done via a different mechanism than Stored Procedures?
    I do like the creating commands at will option to as I may want, or have a need to, run that statement at some point throughout the day.
    Thanks for the great video.

  • @mahmoudbarrawi7092
    @mahmoudbarrawi7092 ปีที่แล้ว

    It is really great job thanks a lot for your efforts

  • @Shakiel777
    @Shakiel777 2 ปีที่แล้ว

    Thanks for the video and the assistance, this was a huge help with my project. I have it working for my system but I do have an issue I am not sure how to handle. I have about 45 PC's in the company that utilize this program. Getting everyone out is a huge challenge if I need to work on the back end. I am looking to be able to set a time say 15 minutes in the future with the command docmd.save, docmd.quit. This works great for the frontend I am using, and it works great if the time is already set for someone that logs in, however any frontend that is already logged in, just ignores the alarm even though that alarm shows up in its listbox. I had to add me.lst.requery in order for the list box to update, it just doesn't seem to work. also when deleting a line, that throws a line deleted error on the other front ends. I tried encasing the delete function in the docmd.setwarning false/true. but that had no effect. its actually balking out in the code itself because its messing with the loop. I may be having issues, but believe me, this is a far cry from where I was this morning :)

  • @jovaeli
    @jovaeli 8 ปีที่แล้ว +1

    in my boss's dept. his employees fight for who will run the import data procedure after 4pm. Looks like now I have a solution! thank you so much Steve!

  • @jj1976jj1976
    @jj1976jj1976 8 ปีที่แล้ว

    Thank you, Steve. It was very informative and well done.

  • @steverollins6990
    @steverollins6990 6 ปีที่แล้ว

    Thanks! This is a small part of an idea I came up with to e-mail results of a query - I'd like to set it up to where there was no attachment if the query results were 0 - but this gives me a starting point

  • @DianaEvans1228
    @DianaEvans1228 7 ปีที่แล้ว

    Thank you. This was easy and extremely helpful.

  • @dabanjaza8999
    @dabanjaza8999 4 ปีที่แล้ว

    thank you its very useful

  • @richardkaiban411
    @richardkaiban411 5 ปีที่แล้ว

    Thank you Steve I've watched all your basic and advanced tutorials and however i have a button called BackUp on the admin form which i want get a backup after each day of work. any backup button tutorials on writing a code to manually backup the database?

  • @wgrospel
    @wgrospel 7 ปีที่แล้ว

    Another great video to learn from!! thanks again Steve. One question please. Does the form need to remain open in order for the command to execute? I have users, which often times, I keep reminding them to exit the database after they're done with tasks and not just leave it open and idling on their desktop. Is there a way for a system to execute command to close database (front end) if a user is not active.

    • @ProgrammingMadeEZ
      @ProgrammingMadeEZ  7 ปีที่แล้ว

      The form does have to remain open, but you can make in a minimized window.

  • @sonataki
    @sonataki 8 ปีที่แล้ว

    Awesome, awesome, awesome! Thanks so much for all you do!!

  • @grigorisg6472
    @grigorisg6472 7 ปีที่แล้ว

    Brilliant work. I just want to ask, can I set how many times a command will be looped?

    • @ProgrammingMadeEZ
      @ProgrammingMadeEZ  7 ปีที่แล้ว +1

      Sure. Just keep the number of times the timer code has been triggered in a public variable, and the number of times you want it run in another variable. Then compare the two and if it equals or exceeds the number close the timer.

    • @grigorisg6472
      @grigorisg6472 7 ปีที่แล้ว

      Programming Thanks a lot!

  • @abdulghaffar3110
    @abdulghaffar3110 2 ปีที่แล้ว

    Very Exilant video Guide

  • @edern82
    @edern82 7 ปีที่แล้ว

    Hi Steve! Congratulations and thank you for your classes. Steve how can I run a command to do check boxes checked when a timer event finishes?

    • @ProgrammingMadeEZ
      @ProgrammingMadeEZ  7 ปีที่แล้ว +1

      Checkbox.value = true
      That will set a checkbox value to checked.

  • @osamabatrikhi5272
    @osamabatrikhi5272 5 ปีที่แล้ว

    I really enjoyed it, Thanks indeed

  • @AbdulrahmanWaseem
    @AbdulrahmanWaseem 5 หลายเดือนก่อน

    Thank you.

  • @janezklun
    @janezklun 8 ปีที่แล้ว

    Great video, thank you for sharing!

  • @alabiadewalemichael5052
    @alabiadewalemichael5052 6 ปีที่แล้ว

    Thanks for this video Mr. Steve, I have learned even more. But I am stuck in my database, confronted with a challenge.
    I have a database that keeps track of records, where a user is expected to commence or initiate a process and complete the process before beginning another one. This process is done on a continuous form.
    Example, I have about 5 fields in a continuous form, and if the Name field is Michael, and as he moves to the next field, where a drop down is, to select status as either COMPLETED or NOT COMPLETED, I want to code the form, such that if Michael Status in the status field is not selected as Completed, then he should not be able to initiate another process on d same form, I will appreciate a code that can tie the Name & Status field together, if the Name field is selected for any, he has to Continue and select COMPLETED under STATUS field before the same name can proceed to initiating another process.....
    Thanks

  • @jayd3578
    @jayd3578 4 ปีที่แล้ว

    hi. i think im looking up wrong videos but not sure the terminology for a production timing etc in access.
    i have a task takes say 5 mins to produce 1 item. i start at 11.00am at 11.02am i pause job. at 11.42am resume job at 11.47am job ends. total time taken 0.07 mins vers 5min stand therefore 2min over target. how do i put that in a database?

  • @botskie2354
    @botskie2354 5 ปีที่แล้ว

    Hi. Good day... Sir can you make sample video ofqueuing system in ms access? Thank you...

  • @snotboogie9134
    @snotboogie9134 6 ปีที่แล้ว

    Question, since the recordset is only loaded when the form opens this will not work to use as an "scheduled task" type option will it? (I'm trying to come up with a cronjob type scenario)

  • @rosaldobajaro1880
    @rosaldobajaro1880 4 ปีที่แล้ว

    Sir can u help me how to store items from listbox to database table in 1 row 1 feild ?

  • @daver9582
    @daver9582 7 ปีที่แล้ว

    Thank you Steve

  • @RachelMiller920
    @RachelMiller920 7 ปีที่แล้ว

    Hi there thank you for the tutorial I was able to setup my functions to run at the specified time. My question is, I have a function that I have to run every 2 minutes. I tried creating one for 12:00:00 AM then copying it into Excel and counting by twos and using autofill. I then pasted it back directly into the table. The records pasted fine, but they do not seem to be executing properly. If I for example. delete the one I pasted for 3:10:00 PM then re-add it from the form it works, but wont work otherwise. I find it'll be really tedious to manually enter each and every one. I'm guessing it's a formatting issue between Excel and Access. Do you have any other suggestions?

    • @mo9204
      @mo9204 6 ปีที่แล้ว

      I have the same problems , we will have add them one by one at least is one off .

  • @prakashchandra5239
    @prakashchandra5239 6 ปีที่แล้ว

    Awesome video

  • @WilmarGiraldo
    @WilmarGiraldo 8 ปีที่แล้ว

    Great Job!

  • @paulpage3428
    @paulpage3428 8 ปีที่แล้ว

    Great Job

  • @kadnacer7571
    @kadnacer7571 7 ปีที่แล้ว

    Hi steve,
    if we to generate an email based on duedate from our records, how can we use a timer in this case.
    thank's a lot steve.

    • @ProgrammingMadeEZ
      @ProgrammingMadeEZ  7 ปีที่แล้ว

      You should watch my video on using timers to automate tasks. It's in my How To playlist.

  • @antoniomarques1727
    @antoniomarques1727 6 ปีที่แล้ว

    Very good

  • @bloggerraizada
    @bloggerraizada 6 ปีที่แล้ว

    Hi sir Greetings,
    I am Using access 2007, i am struck with a query. Kindly Help. ( I am using rfid reader to punch an attendance, after a attendance is punched i want a timer based popup message that Mr. xyz your attendance is punched. After few seconds the popup should disappear and we can set focus to punching attendance again" I want to include timer based popup. Hoping for your valuable revert. Thanks In Advance.

  • @RungeCarl
    @RungeCarl 4 ปีที่แล้ว

    Work Files link is not working. Any other link you may have?

  • @jason0529
    @jason0529 6 ปีที่แล้ว

    Hello, Can you please explain why the time/clock disappeared after I closed the file? The clock display nicely but after I saved it and close everything and reopen the file. it disappeared and can not the clock appear again. Thanks

  • @MrAshfaqahmed
    @MrAshfaqahmed 7 ปีที่แล้ว

    There is any possibility to add reminder for my documents expiry date with specific catagory before 15 days?

  • @sebastienoguey9601
    @sebastienoguey9601 8 ปีที่แล้ว

    Hey, it seems I am incapable of making it past the first part of your video.. When I try to open the form with the OnTimer event coded as per instructed I get an 'Object required' error highlighting currentTime. Even though I have it declared and set in the very same procedure..

    • @sebastienoguey9601
      @sebastienoguey9601 8 ปีที่แล้ว

      Also the .caption property isn't coming up in intellisense, I'm guessing that I'm missing a reference library, which one does this require?

    • @ProgrammingMadeEZ
      @ProgrammingMadeEZ  8 ปีที่แล้ว

      There isn't any special library other than the VBA library, and Access libraries that you have by default. It sounds like you may need to do a compact and repair.

    • @sebastienoguey9601
      @sebastienoguey9601 8 ปีที่แล้ว

      Hey, thanks for the reply!
      Just did that and now it'll recognise the CurrentTime variable. However, VB is now telling me that the method or data member (.Caption) is not not found

    • @sebastienoguey9601
      @sebastienoguey9601 8 ปีที่แล้ว

      Programming Hey, thanks for the reply!
      Just did that and now it'll recognise the CurrentTime variable. However, VB is now telling me that the method or data member (.Caption) is not not found

    • @ProgrammingMadeEZ
      @ProgrammingMadeEZ  8 ปีที่แล้ว

      Sebastien Oguey Then you may be using a textbox instead of a label. If you are using a textbox then you want to use .value instead.

  • @tsumebdepot901
    @tsumebdepot901 3 ปีที่แล้ว

    This only work if the form is open. But if it close then it won't trigger... How do I make that right?

  • @BL-uz2jc
    @BL-uz2jc 3 ปีที่แล้ว

    The link is no longer available :(

  • @ralisonrijaniaina9538
    @ralisonrijaniaina9538 5 ปีที่แล้ว

    hi i need the work please .thank you

  • @mohamedyoussef8352
    @mohamedyoussef8352 7 ปีที่แล้ว

    Welcome How is the collection of clocks in Accesse

    • @ProgrammingMadeEZ
      @ProgrammingMadeEZ  7 ปีที่แล้ว

      I"m afraid I don't understand your question.

  • @jwcolby54
    @jwcolby54 3 ปีที่แล้ว

    Raise an event.

  • @adnanelaiwah3599
    @adnanelaiwah3599 5 ปีที่แล้ว

    Very useful and , thanks for your effort