Display a Custom Progress Bar in Microsoft Access Forms. Status Bar. Progress Meter Percent Complete

  Рет қаралды 27,828

Computer Learning Zone

Computer Learning Zone

Күн бұрын

Пікірлер: 40
@AccessMentors
@AccessMentors 2 жыл бұрын
Thank you. I know that this was old content but it was helpful to me.
@599CD
@599CD 2 жыл бұрын
It's not THAT old.
@malikstudio7331
@malikstudio7331 4 жыл бұрын
Very nice dear sir
@599CD
@599CD 4 жыл бұрын
Thanks
@kamleshjain6872
@kamleshjain6872 4 жыл бұрын
Awesome.....💕💕
@599CD
@599CD 4 жыл бұрын
Thank you! Cheers!
@zuberareef8655
@zuberareef8655 4 жыл бұрын
amazing.well done
@599CD
@599CD 4 жыл бұрын
Thanks a lot!
@Ziahasan222
@Ziahasan222 3 жыл бұрын
Awsme sir. Thank you very much. 😁
@599CD
@599CD 3 жыл бұрын
Most welcome 😊
@akterhossain9548
@akterhossain9548 3 жыл бұрын
Thank you Sir, for your video. Would like see a video on QR Code soon. Thank a lot Mr. Hossain from Bangladesh
@599CD
@599CD 3 жыл бұрын
I'm working on some barcode seminars right now. Unfortunately it will be for 1D barcodes. 2D barcodes (and QR codes) are difficult to create in Access without major programming, 3rd party plugins, or API calls to the web. I might cover this in a Developer course, but it's beyond the scope of a free TechHelp video.
@yvesbuhlmann252
@yvesbuhlmann252 4 жыл бұрын
Your a very goog teacher!!
@599CD
@599CD 4 жыл бұрын
Thanks!
@richpertgen3005
@richpertgen3005 3 жыл бұрын
Refreshing and learning a lot thank you. When you say "put your stuff" where it says other stuff, what exactly to do you mean? I'm looking at using it to show the two imports and 3 queries in a macro, how do I represent those items in the code?
@599CD
@599CD 3 жыл бұрын
"Your stuff" is whatever you want to do. Run a query. Update the progress bar. Run another query. Update bar. Run a macro. Update bar. Make coffee. Update bar. Get it?
@richpertgen3005
@richpertgen3005 3 жыл бұрын
@@599CD I'll have to research how to put in there the import macros and queries then. Not a programmer if you could tell. lol
@haydeecastillo4621
@haydeecastillo4621 2 жыл бұрын
So I’m green to access but I missed the part on how to integrate into the macro steps
@599CD
@599CD 2 жыл бұрын
Everything you need is shown in the video
@joanlinzy3041
@joanlinzy3041 4 жыл бұрын
Thank you so much Sir for sharing your knowledge, Me personally I have Learnt a lot from you, but I Have one Request, I work in a medical setting where I am required to create a system which tracks patients upcoming appointments and also notify you on the missed appointments like the day after. Thank you very much in advance.
@599CD
@599CD 4 жыл бұрын
Sounds like a fun project. Feel free to submit it: 599cd.com/TechHelp - give me as many details as you can.
@johnsonofjohn1678
@johnsonofjohn1678 Жыл бұрын
Hey Richard, I was going to check out the activeX progress bar control, but it's not in the list. Did Microsoft nix it in Access 2016?
@599CD
@599CD Жыл бұрын
Still in my version of Access. MS 365 subscription.
@bumpersmith
@bumpersmith 4 жыл бұрын
How about overlaying one text box over another. The back textbox being wider and a different color than the one on top. Then grow the one on top as the progress increases and you could also put the percentage completed in the top text box which would be right aligned. I haven't tried this but it seems reasonable that it could work. The top textbox could even change color at different intervals or post what's happening in another text box below with changing text at each step.
@599CD
@599CD 4 жыл бұрын
Absolutely! Have fun with it. I thought about the color changing thing too, but I didn't want to get too carried away. These are supposed to be SHORT lessons. LOL
@howtolearncomputernisar7054
@howtolearncomputernisar7054 3 жыл бұрын
Sir i have created the successful . but one problem is there . when ever i restart my access so it did not run
@599CD
@599CD 3 жыл бұрын
I don't understand.
@chaiwajustine8532
@chaiwajustine8532 4 жыл бұрын
WOW woow that good
@599CD
@599CD 4 жыл бұрын
Thanks!
@howtolearncomputernisar7054
@howtolearncomputernisar7054 3 жыл бұрын
Hi sir . sir i have create loading form . when i restart access so why it didn't work .. Plz kindly solve my that problem
@599CD
@599CD 3 жыл бұрын
Without seeing your database, it's impossible for me to tell what's wrong. If you followed my instructions, step-by-step, it will work.
@wsitech
@wsitech 3 жыл бұрын
Very nice video as always! I wonder... If you were paging through a long recordset, would you update the progress bar at the end of every individual iteration? Like saying PB1 (100*rs.AbsolutePosition)/(rs.RecordCount)
@599CD
@599CD 3 жыл бұрын
Depends on the size of the recordset. 100 records, sure. 100,000 records, maybe display every 1000. Also depends on how long each record takes to process. I like to try to update the display at least once every second. Lets the user know something is going on and the DB isn't frozen.
@zakirkhan24
@zakirkhan24 4 жыл бұрын
I think MVP like u should shift to RPA tools like Kryon studio to do all such automation. But still I liked this video.
@599CD
@599CD 4 жыл бұрын
Thanks for the feedback, but I'll stick with Access. Been using it for 26 years and I have no plans to switch to anything else.
@jamesrutino5285
@jamesrutino5285 4 жыл бұрын
CAN THE PROGRESS BAR OPEN A FORM
@599CD
@599CD 4 жыл бұрын
Well, not by itself. You could code it in your loop so that at some certain point a form could open. Something like: If PercentComplete > 80 then DoCmd.OpenForm "MyFormF"
@jamesrutino5285
@jamesrutino5285 4 жыл бұрын
@@599CD thanks 😊 it worked
@iamplaceholder
@iamplaceholder 2 жыл бұрын
Wish you would have said the best progress bar you've shown here is members only at the beginning of the video and not the end. Waste a lot of peoples time who have not seen your channel before. Will not support because of that. Best of luck.
@599CD
@599CD 2 жыл бұрын
Well... you know where the door is. Don't let it hit you on the way out. Aww, man... I just noticed that you've got Neil deGrasse Tyson as your profile picture. That means you can't be THAT much of an asshole. LOL
진짜✅ 아님 가짜❌???
0:21
승비니 Seungbini
Рет қаралды 10 МЛН
Sigma girl VS Sigma Error girl 2  #shorts #sigma
0:27
Jin and Hattie
Рет қаралды 124 МЛН
How to Show Most Recent Job History for Candidates in Microsoft Access
21:39
Computer Learning Zone
Рет қаралды 743
How to Create Progress bar in Microsoft Access
12:04
Dynamic Programmer
Рет қаралды 30 М.
the best way to make progress bar in access
4:49
Nader Bahri
Рет қаралды 10 М.
Using the Sleep Function to Make Your Database Wait in Microsoft Access VBA
21:08
Microsoft Access - Adding a Progress Bar
17:32
D Pineault - Tech, Programming and more
Рет қаралды 3,7 М.
How to Create a Search-As-You-Type Box in Microsoft Access
21:32
Computer Learning Zone
Рет қаралды 26 М.