Advanced Login and Registration System using Visual Basic 6.0 and MS Access-Step by Step Tutorial

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

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

  • @imanamsyar7879
    @imanamsyar7879 9 лет назад

    Thanks a lot to Mr. SK with your best lecturer. I can follow step-by-step your instruction.

    • @SandeepKaundalSir
      @SandeepKaundalSir  9 лет назад

      +Iman Amsyar78 Thanks for your words...See my complete tutorial Series here ruclips.net/p/PLcZgBCY7duW9H_-jOl5vdRptAHwZYShwr
      Hope you like it...

  • @hollowcode6722
    @hollowcode6722 7 лет назад

    super bro itz very awesome and so simple to do a login and register form using VB but the video goeson very fast so I can't able to concentrate on your coding part so next time I request u to upload video with an minimum frame speed. apart from that itz so superb... :)

  • @ishaqusman5951
    @ishaqusman5951 7 лет назад

    Sir I am really Appreciate with your latest post on VB,

  • @harshagajalellu6059
    @harshagajalellu6059 6 лет назад

    Thanks for video
    Helped me in my project

  • @mohamedaslam1154
    @mohamedaslam1154 9 лет назад +1

    THANKS MAN...
    AWESOME TUT..
    HELPED ME A LOT

    • @SandeepKaundalSir
      @SandeepKaundalSir  9 лет назад

      +Mohamed Aslam you are welcome.Watch my other tutorial as well. Hope you like them :-)

  • @treb09hfn
    @treb09hfn 7 лет назад

    Very informative. Thanks sir Sandeep.

  • @mikeherrera8170
    @mikeherrera8170 8 лет назад

    Hi thank you for the video. Im wanting to know how can i ge the box to display the user information when they login. Im trying to make a time card. The window that pops up after login will be the user information pertaining to the one that logged in.

  • @greenleaf8661
    @greenleaf8661 9 лет назад

    thanks man .. i followed the steps and i finished it, i need help i'm working on my program its a memo/planner with login and register system. i want to know how to connect those memo/plan that was encoded by a specific user/account that no one can access the file but only the user who made it? :) please reply thank you.

  • @bhozxwhunjhom
    @bhozxwhunjhom 8 лет назад

    thank you! :) i finally finish my system defense :)

  • @luckyeddy350
    @luckyeddy350 8 лет назад

    This has been highly helpful.

    • @SandeepKaundalSir
      @SandeepKaundalSir  8 лет назад

      Thank you Eddy....Please check my latest videos and give your valuable feedback....

  • @indaygonie
    @indaygonie 8 лет назад

    thank you very much!!!it helps me a lot for my system project!!!

    • @SandeepKaundalSir
      @SandeepKaundalSir  8 лет назад

      I am glad to hear you ..it helped you in ur project..
      Please check my other videos too..
      Don't forget to Subscribe Support and LIKE.

  • @awaisahmed4966
    @awaisahmed4966 10 месяцев назад +1

    Could you tell which version is this of sccess ? office 2002 or 2007 ?

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

    Thanks a lot Mr.

  • @DeepakSharma-yr5co
    @DeepakSharma-yr5co 6 лет назад

    Thanks Sir. This is very helpful in my project :)

  • @lushann5018
    @lushann5018 5 лет назад

    Nice tutorial sir. Question, what if I already registered and my information is already in the database but REGISTERED again. How to prevent the double registration of information in the database?

  • @angelabi9044
    @angelabi9044 9 лет назад +1

    when i tried to put the code for the login command, it keep on sying debug for "loginado.refresh" i almost back to the start but still dont work

    • @angelabi9044
      @angelabi9044 9 лет назад +1

      Data type mismatch in criteria in expression, refresh method of object 'IAdodc' failed

    • @SandeepKaundalSir
      @SandeepKaundalSir  9 лет назад

      +Angela Guico
      In Simple Steps, Do the following checking in your program.
      In Record Source property of ADO Data Control, you must select Adcmdtext as Command Type and Command Text as Select * from tablename. And Under the Command Button of VB Form, SQL Statement must have the valid syntex. This will fix the error “loginado.refresh method failed” “Method 'Refresh' of object 'IAdodc'failed”. Such errors are encountered only when Command Type of ADO Data Control is set to adCmdTable.
      Also,Verify the Database’s Table Name and Corresponding Fields with their data Type. If these field’s Type of DB does not match with criteria expression written in the Query (SQL Statement Written under Login Command Button, Check specifically WHERE clause followed by Condition) then, you will get the error “Data Type Mismatch”.
      You may also refer to the link for code selfcomputerlearning.blogspot.com/2015/11/advance-login-system-using-visual-basic.html
      Hope you will be able to fix the issues.
      Best of luck.

    • @angelabi9044
      @angelabi9044 9 лет назад +1

      Already fixed it. Thanks a lot. I just changed the datatype of ID NUMBER or Rollino in your video as Text instead of Number, i guess text can accept numeric and text at the same time. I researched and I found out that '" in the code is just for string, i tried #txtuser# but still it doesnt work. Thanks :)

    • @SandeepKaundalSir
      @SandeepKaundalSir  9 лет назад +1

      +Angela Guico My Pleasure. Keep on learning.

  • @biswajitsamal3147
    @biswajitsamal3147 8 лет назад

    thank u bro for a complete tutorial........

  • @ytkarina2867
    @ytkarina2867 8 лет назад

    thank you for this tutorial.... this is very helpful.

    • @SandeepKaundalSir
      @SandeepKaundalSir  8 лет назад

      You are welcome ..
      Please check my latest videos as well...
      Hope you find them useful...
      Good Luck

  • @gopi8688
    @gopi8688 8 лет назад

    its very use full for me. i have some question?
    How to communicate delta plc with vb

    • @SandeepKaundalSir
      @SandeepKaundalSir  8 лет назад

      Just leave the comment here..
      I am here to help you.
      Don't worry ...

  • @Sumedhpatwardhan
    @Sumedhpatwardhan 8 лет назад

    thank you so much , this is helped me a lot in my project

    • @SandeepKaundalSir
      @SandeepKaundalSir  8 лет назад

      Keep learning.....
      Please Share Support and Subscribe to My channel..

  • @sayantansaha2703
    @sayantansaha2703 7 лет назад

    Mr. SK sir,for this project you use ADODC for conecting the database, bt if i want to implement the same project using ADODB, what's the code for it??? Also i want to rqst you for making some tutorials using ADODB in vb6.

  • @deltaruc
    @deltaruc 9 лет назад +1

    Thanks this help me alot. :))

    • @SandeepKaundalSir
      @SandeepKaundalSir  9 лет назад

      +Del Taruc it's my pleasure....Share it and watch my other tutorials on youtube.

  • @souravnandy2296
    @souravnandy2296 7 лет назад

    plz add more and more and more intresting videos for vb 6.o

  • @shefaliyadav
    @shefaliyadav 8 лет назад

    I'm using VB 2010 because the VB 6.0 version is just unavailable and hence am not able to find some things like right-click->components is not possible.....please help me. I am creating a library management system and for the login i need to provide each teacher with their own login thus i want to know how to select things like microsoft common control and also because of this version of vb i am not able to connect to the access database.

  • @dsrraujodhpur4787
    @dsrraujodhpur4787 7 лет назад +2

    sir
    1- how to link one access database table to another database form.
    2- how to password protect table (only table not whole database) in ms access database

  • @juzer1142
    @juzer1142 8 лет назад

    sir the name of the label must be lblstat or we can keep anything??

  • @nilharris7909
    @nilharris7909 8 лет назад

    Hi SK, Thanks for such Wonderful work, I dont have VB on PC, Can i create same form using only access & vba comes alongwith it.

    • @SandeepKaundalSir
      @SandeepKaundalSir  8 лет назад

      You can also create this login form same as it is ,using VBA and MS Access.
      Just send me a message.. I am here to help you...

  • @mikeherrera8170
    @mikeherrera8170 8 лет назад

    Also if you can answer how can i get the date and time stamp to save in access with that users information and what option button is pressed . Thanks.

  • @yuvrajbhandari9456
    @yuvrajbhandari9456 8 лет назад

    Hey!
    +Sandeep Kaundal i'm using MS ACCESS 2010 and i am not able to create the database so can u help me out...

    • @SandeepKaundalSir
      @SandeepKaundalSir  8 лет назад +1

      You can create ur Database in access 2010,.and change it into 2003 format using Save as option.

  • @mikevincents.bautista3700
    @mikevincents.bautista3700 2 года назад +1

    Can I ask what version of your 2 Visual Basic?

  • @strikerash1227
    @strikerash1227 4 года назад

    Sir if I enter again same data by mistake in database also same primary key then I want an error in msgbox how I can do it sir.

  • @5211486
    @5211486 8 лет назад

    very helpful video to me.

    • @SandeepKaundalSir
      @SandeepKaundalSir  8 лет назад

      +Faisal Aslam Thanks..Please check latest video tutorials on Channel and give your valuable feedback...

  • @juzer1142
    @juzer1142 8 лет назад

    sir when i write this code registerado.Recordset.Fields("Rollno") = txtroll.Text and registerado.Recordset.Fields("Phone no") = txtphone.Text after writnig this code when i run the software and i try to register a new member this error comes Run time error "3265" Item cannot be found in the collection corresponding to the requested name or ordinal sir please hellp wht to do with that error

  • @chiragharwani4175
    @chiragharwani4175 9 лет назад

    Thanx ur video was really helpful but can u tell me the coding for forget password button in login form my sir has asked me to add forget password code if someone forgets his/her password then how to retrieve it back....plz help I have to submit my project next week

  • @juzer1142
    @juzer1142 8 лет назад

    and sir which language is are you using for coding section??

  • @vorapobautomation9760
    @vorapobautomation9760 2 года назад

    Can create this program into .OCX or ActiveX file ?

  • @rajnidhaliwal2877
    @rajnidhaliwal2877 4 года назад

    Sir next multiple user login ki koi video bano

  • @davidmu9893
    @davidmu9893 8 лет назад

    How did you get the tiny X button on the Welcome to SMS form???

    • @SandeepKaundalSir
      @SandeepKaundalSir  8 лет назад

      +Davidu Mu I think ,you are asking for the tiny Close button at the right corner of Welcome form.
      to do this,do the following
      Click on any form (welcome form) in Project Explorer.
      goto the properties of that form:
      Set the following properties
      Borderstyle:4-toolwindows
      ControlBox :True (if this property is false,then No Close/Maximize/Minimize Button will appear on the right corner of the form)
      MaxButton:False
      MinButton :False
      Save your project and Run..!!
      Its done...
      if you still have any issue,let me know..

  • @sahilverma1431
    @sahilverma1431 6 лет назад

    i am getting error in last login form coding
    loginado.refresh
    i have completed upto login form and there os problem in coding and i am not able to connect login btn with app form

  • @yamunanandpandey3100
    @yamunanandpandey3100 2 года назад

    when i,m register information then save false false data in acess database why?

  • @factsvideos21
    @factsvideos21 8 лет назад

    Sir . can you make a video about a ordering app like a pizza app with combo box in the pizza flavor and option box and it has a command button for the receipt . can you show the codes about " how to make a receipt?" thank you very much

    • @bhozxwhunjhom
      @bhozxwhunjhom 8 лет назад

      i think i can help you with that!

    • @bhozxwhunjhom
      @bhozxwhunjhom 8 лет назад

      pm me on fb. facebook.com/biik30 and i will send you the code and the pizza app design. im using vb6.0 :)

  • @erophilia7403
    @erophilia7403 9 лет назад

    Thanks a lot :D

  • @christiansagadal4196
    @christiansagadal4196 8 лет назад

    Sir, Can i connect this system to a barcode or scanner? Answer me please :D

  • @علیعلی-ظ8ط5ن
    @علیعلی-ظ8ط5ن 8 лет назад

    Hey Sandeep.I need a help about scrollbar in vb6

  • @jasonrose5583
    @jasonrose5583 9 лет назад +1

    how to disable submit button with out filling up the registration form? Thank you in Advance sir 😉

    • @SandeepKaundalSir
      @SandeepKaundalSir  9 лет назад +1

      +Jason Rose Sorry,Not understand much about ur question.
      But i suggest you to do the following steps to disable the command Button.
      Simple Code to disable or enable command button by setting Enabled property of Command Button to True or False.
      command1.Enabled=False (Disable Button)
      command1.Enabled=True (Enable Button)
      Situation where you disable or enable the command button.
      Suppose you have created a Registration form,in which you take Two Textbox controls and Two command buttons (Register and Cancel).
      1.While Loading the form ,you want to disable the Register command button.
      2.When you click in the textbox and Type anything in the textbox then Register Button should be enabled in order to store the information.
      Solution:
      Ans-1 :for Disabling the Command Button While Loading:- (No Task will be Performed)
      First Double click on form .Form_Load Event automatically appear in the code window.
      Just type the code under form_load event.
      Private Sub Form_Load()
      Command1.Enabled=False.
      End
      it means when your Registration Form will be loaded ,your Register Button will be Disabled.
      Ans-2 :For Enabling the command Button When you enter data into the textbox:- (Will execute the task.)
      Open code window and Select Text1 from Object List (First Dropdown list) and Select Click from Procedure List (Second Dropdown List).
      here type the code.Private Sub Text1_Click()
      command1.Enabled =True.
      End
      This will enable the command button to perform task.
      There are so many other cases where you can enable and disable the command button in order to build application effectively.
      if you have issues related to visual basic,Let me know.I will assist you.. Best of Luck.

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

    Hello sir login refresh me error show ho raha hai sir syntax error bata raha hai help us

  • @theprshntaggrwl
    @theprshntaggrwl 8 лет назад

    is there any possibility to create sms sending function in vb6.if yes then how...

  • @papeejtv909
    @papeejtv909 9 лет назад

    what if i have admin user and employee user that can log on it

    • @SandeepKaundalSir
      @SandeepKaundalSir  9 лет назад

      +Patrick Galura
      We can make the provision in our VB form for separate login as Admin User or Employee user and assign Access Privileges as per User.
      First, to Admin ,Provision to use whole database under admin login. (ADD,Remove,Access Privileges to users,Modifying Login credentials etc)
      Secondly,For employee user,Only a specific application of database should be used by them.Hope u find ur answer.. :-)

    • @papeejtv909
      @papeejtv909 9 лет назад

      thanks 😊

    • @abethpaet199
      @abethpaet199 9 лет назад

      +Sandeep Kaundal Sir. can you make a tutorial of this one? :)

    • @SandeepKaundalSir
      @SandeepKaundalSir  9 лет назад

      +Abeth Paet Sure...!! Probably next week...

  • @abhishektidke1310
    @abhishektidke1310 7 лет назад

    In login form coding it is showing error "method or data member not found " at line textuser.text

  • @layaung8036
    @layaung8036 2 года назад +1

    thank

  • @s-linkcomputer5594
    @s-linkcomputer5594 9 лет назад +1

    thanks super

  • @salmansaddiqui1525
    @salmansaddiqui1525 7 лет назад

    thanks a lot

  • @DaleOfficial
    @DaleOfficial 9 лет назад

    im getting error on the adodc1.refresh on the login button how to fixxx?

    • @SandeepKaundalSir
      @SandeepKaundalSir  9 лет назад

      +Dale Official. Such errors are encountered only when Command Type of ADO Data Control is set to adCmdTable.
      In Record Source property of ADO Data Control, you must select Adcmdtext as Command Type and Command Text as Select * from tablename. And Under the Command Button of VB Form, SQL Statement must have the valid syntax. This will fix the error “loginado.refresh method failed” “Method 'Refresh' of object 'IAdodc'failed”.

  • @pengzhengang6527
    @pengzhengang6527 8 лет назад

    thx a lot

  • @abdullahiahmed7077
    @abdullahiahmed7077 6 лет назад

    You are so faster brother

  • @patrickc6229
    @patrickc6229 8 лет назад

    runtime error appears. "App.frm could not be loaded" please help

  • @markanthonymonteros9037
    @markanthonymonteros9037 4 года назад

    Good day can I ask a favor?

  • @tan-aye
    @tan-aye 8 лет назад

    can't find adodc control in my vb '15

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

    Can aim personal private with your Mr..?

  • @pattolentino1013
    @pattolentino1013 9 лет назад

    loginado.refresh doesnt work. why?

  • @jayrawat1761
    @jayrawat1761 8 лет назад

    sir how we connect the application with the database server.

  • @s-linkcomputer5594
    @s-linkcomputer5594 9 лет назад

    SIR PLEASE ONE OF THE ANOTHER TUTORIAL FOR COMMON DIALOGBOX

  • @beatricenyaki4558
    @beatricenyaki4558 7 лет назад

    Hello Sir! how can i get into contact with you personally?

  • @pattolentino1013
    @pattolentino1013 9 лет назад

    whats the code for reset button

    • @SandeepKaundalSir
      @SandeepKaundalSir  9 лет назад

      +patricia tolentino Reset Button is the only way to reset all the fields of Visual Basic Form to default value.
      Double Click on Reset Command Button and implement this code to reset the fields.
      textbox1.text=" " (If you are using Textbox control on VB form)
      label1.caption=" " (if you are Using Label Control)
      if you are still facing any issues ,let me know.

  • @jesryloccena9680
    @jesryloccena9680 9 лет назад

    sir pano po lumabas ang welcome sms

  • @serialrappersofficaltv3356
    @serialrappersofficaltv3356 8 лет назад +1

    Sir I Help Me I Create a Professional Editing Software For Pc
    Just I Help Me

  • @kunjlatakumari3900
    @kunjlatakumari3900 6 лет назад

    sir apke speek nahi aatte h

  • @teodorof.teodoro-i5150
    @teodorof.teodoro-i5150 7 лет назад

    RESET?

  • @cutepuffpaws4420
    @cutepuffpaws4420 2 года назад

    data1.recordset.addnew in load is not working

    • @SandeepKaundalSir
      @SandeepKaundalSir  2 года назад

      Kindly check the code and name property of control added to vb form.

  • @imanamsyar7879
    @imanamsyar7879 9 лет назад +1

    Thanks a lot to Mr. SK with your best lecturer. I can follow step-by-step your instruction.

  • @dsrraujodhpur4787
    @dsrraujodhpur4787 7 лет назад

    sir
    1- how to link one access database table to another database form.
    2- how to password protect table (only table not whole database) in ms access database

  • @edzelbautista4054
    @edzelbautista4054 5 лет назад

    Method or data member not found? Whyyyy?