Become a Master of Business Accounting in MS Access | User Management Event Log Part-2

Поділитися
Вставка
  • Опубліковано 12 лис 2024

КОМЕНТАРІ • 41

  • @skillheader
    @skillheader  7 місяців тому +1

    🔔 For next video timeline see News Board at skillheader.com/
    📚 Download Files by Subscription
    skillheader.com/master-business-accounting-project-subscription/
    🌍 Complete Overview of the Project
    skillheader.com/building-master-business-financial-accounting-in-ms-access/
    📣 Join and Visit our Forum for Questions and Discussions
    skillheader.com/community/master-business-accounting-project-forum/
    ☕ Support Us with a Cup of Coffee
    skillheader.com/support-us/

  • @horatiurotar6257
    @horatiurotar6257 7 місяців тому +2

    This is an application developed by real professionals. Congratulations! Your remarkable work shortens the learning process for beginners (like me :)

    • @skillheader
      @skillheader  7 місяців тому

      Thanks for your valuable feedback. We are happy to hear that our hard work is providing a unique learning experience on UA-cam.

  • @PatielChikobe
    @PatielChikobe 7 місяців тому +1

    Great and inspiring work can't work to learn to the finish of al the series God Bless you Sir.

  • @muhmmadmns8340
    @muhmmadmns8340 6 місяців тому +1

    Thank you very much and I wish you always success. Sorry if I am wrong because I am Kurdish ❤❤❤ 🙋‍♂️🙋‍♂️

  • @hicurba
    @hicurba 3 місяці тому +1

    Great job 🎉❤❤❤

  • @tonnysanjiaolinformatic
    @tonnysanjiaolinformatic 7 місяців тому +1

    Great again. Thank you!

    • @skillheader
      @skillheader  7 місяців тому

      Thank you are your love and support. It means a lot to us.

  • @NabihLotfy
    @NabihLotfy 6 місяців тому +1

    thanks for this material it helped me a lot please Contentious more

  • @chanakadilshan4399
    @chanakadilshan4399 7 місяців тому +1

    this is the video i was searching every time in youtube. real appreciate for your tired to learn within this video. don't think about or convenience about viwes in this video series, continue it. i will waiting for every videos to complite this big project

    • @skillheader
      @skillheader  7 місяців тому +1

      Your words mean a lot to me. Thanks for the appreciation and encouragement. Stay tuned, there is lot more than you expect.

  • @CharblMakhlouf-zi9gl
    @CharblMakhlouf-zi9gl 4 місяці тому +1

    Valuable videos. Do you want to continuous all the project ?

  • @1974125manjula
    @1974125manjula 5 місяців тому +1

    Great videos

  • @Puzzlyriddles
    @Puzzlyriddles 7 місяців тому

    Awsome...!!! Yur way of elaboration is fantastic. Thanks for sharing such as helpful material

  • @999juanrivera1
    @999juanrivera1 7 місяців тому +1

    This is awsome thanks. Loving the nice work.

  • @hamdyhawass
    @hamdyhawass 6 місяців тому +1

    Awesome , GO ON

  • @profitpulse1985
    @profitpulse1985 3 місяці тому +1

    thanks sir

  • @kofiadorecords9144
    @kofiadorecords9144 7 місяців тому +1

    Great work done!
    Please when will the next part be ready?

    • @skillheader
      @skillheader  7 місяців тому

      It is great to have your comment. Please hit the bell icon if you have subscribed to the channel so the next video notification can be received.

  • @hayatkhantotakhil400
    @hayatkhantotakhil400 5 місяців тому +1

    Thank you

  • @kdvis64
    @kdvis64 6 місяців тому +1

    Wonderful video, thank you for the great skills, I am stuck with the AddUser Submit button update on the main dashboard issue.
    I think it has to do with the usermanagementsub form naming
    can anyone help?

    • @kdvis64
      @kdvis64 6 місяців тому +1

      solved it 😅

  • @yasserelbighily6983
    @yasserelbighily6983 7 місяців тому +1

    Nice work
    Some how you use backward design tech. from forms to tables but you using it well👏 also using your unique vba formating is differant than usual 😮 but have a lot of tricky points
    Well done and waiting for next video

  • @corbendallas4587
    @corbendallas4587 7 місяців тому +1

    Stunning abilities with the code, i followed step by step all steps, i even got the same errors as you lol
    If you could slow the video a bit that would be perfect 🤘
    Otherwise, keep up the good work 💪

    • @skillheader
      @skillheader  7 місяців тому +1

      Thanks for your love and support. Your suggestion will be considered in future videos. Stay tuned.

    • @MoBettaThanU24
      @MoBettaThanU24 6 місяців тому

      You have the option in your own YT settings to control the playback speed. You can slow it down yourself. Hope this helps!

  • @StetsonMgtSolutions
    @StetsonMgtSolutions 7 місяців тому +1

    Working out really well, like your approach as it simplifies some very difficult areas. one question though! How are duplicate usernames handled in the login process...seems like we can have multiple users with same login names as it stands now? is that something that is coming down the pike? I tried indexing the uUsername in the User table, but that started crashing the vba code for the submit button "refresh" function.

    • @skillheader
      @skillheader  6 місяців тому

      Ok, please watch this video for a better approach to handle duplicate usernames:
      ua-cam.com/video/QVufaz1j2Lc/v-deo.html

  • @MoBettaThanU24
    @MoBettaThanU24 6 місяців тому +1

    Great videos!! I happened to notice that you might have left out a section when creating the Edit User form. You don't show yourself making any of the changes to the coding section where fields are changed from AccountName to uName, etc. And also above that, there's no showing that you removed all of the password coding and also changed the close button form to the "EditUser" form.

    • @skillheader
      @skillheader  6 місяців тому +1

      Hi, thanks for your comment and support. Let me explain in a simple way to understand:
      All unbound text boxes are used with the addition of "txt" with each. The reason is that: the bound with table fields text boxes update whenever you enter data into them and an Undo function has to be used if you want to cancel the data or close the form without submission but the unbound text boxes update the record into the tables at once while clicking on the Submit button.
      On the other hand, you can watch the Edit Form section again, I have deleted the rest of the text boxes because the user can change the password while login. Now, hence the bound text boxes have to be used for edit data and the record will be updated upon changes to each text box, there is no need to involve the process of updating the table fields like the "Add New User" submit button.
      One thing to point out here that you are right that the associated codes with the removed text boxes should be deleted from the coding.
      Hope it helps.

    • @MoBettaThanU24
      @MoBettaThanU24 6 місяців тому

      @@skillheader Great information. The part that I'm specifically talking about is the line that says DoCmd.Close acForm, "EditUser" - You don't show changing it from "AddUser" to "EditUser" , unless I missed that part? Then when you're deleting the larger section of code from the submit button, the part at the beginning of the code where it says - If IsNull(me.txtAccountName) = True was changed to If IsNull(me.uName) = True ... did this part happen automatically when you bound the field or did you have to manually change those names in the coding part because that's where I'm not seeing the change in the video. Sorry for asking so many questions!! I appreciate your help!

  • @omaraissa318
    @omaraissa318 6 місяців тому +1

    I created event Log when the there is unsuccessful log in like when username and password are empty. in this case the uID is unknown or is null. i created an user i named "unauthorized " and profile "NoProfil" to deal with this situation. do you think it is good practice to do so.

    • @skillheader
      @skillheader  6 місяців тому

      In the Login Button code, just move the "aprofile" line before "Docmd.OpenForm...". Hope it will work and thanks for highlighting. I will try to update this in the next part of the series.

  • @RandyGimlolo
    @RandyGimlolo 7 місяців тому +1

    Impressive tutorial. What font type are you using in your IDE for coding

    • @skillheader
      @skillheader  7 місяців тому +1

      Thanks for your support. I am using the font name "JetBrains Mono SemiBold"

  • @yasserelbighily6983
    @yasserelbighily6983 7 місяців тому +1

    When using VBA code used to mask and unmask the password on a continuous form it applied on all records in the form is there a solution to apply on current record

    • @skillheader
      @skillheader  7 місяців тому

      There is a complex solution if you want it from the continuous form. Hence, continuous form always contains limited fields of information, you need to open another dialog mode form. You will get benefits of all the user data available and other is to use the mask or unmask from a pop up form.

  • @MoBettaThanU24
    @MoBettaThanU24 6 місяців тому +1

    Do you run a discord channel? I think it would be SUPER helpful :)

  • @quranaurhadeesno.1491
    @quranaurhadeesno.1491 7 місяців тому +1

    How to download?

    • @skillheader
      @skillheader  7 місяців тому

      Thanks for your like and support. This project is on the go and will be available for download once completed. Stay tunes.