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

  Рет қаралды 112,584

Sandeep Kaundal

Sandeep Kaundal

Күн бұрын

Пікірлер: 119
@imanamsyar7879
@imanamsyar7879 8 жыл бұрын
Thanks a lot to Mr. SK with your best lecturer. I can follow step-by-step your instruction.
@SandeepKaundalSir
@SandeepKaundalSir 8 жыл бұрын
+Iman Amsyar78 Thanks for your words...See my complete tutorial Series here kzbin.info/aero/PLcZgBCY7duW9H_-jOl5vdRptAHwZYShwr Hope you like it...
@harshagajalellu6059
@harshagajalellu6059 6 жыл бұрын
Thanks for video Helped me in my project
@hollowcode6722
@hollowcode6722 6 жыл бұрын
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,
@treb09hfn
@treb09hfn 7 жыл бұрын
Very informative. Thanks sir Sandeep.
@FZHDGaming
@FZHDGaming 2 жыл бұрын
Thanks a lot Mr.
@SandeepKaundalSir
@SandeepKaundalSir 2 жыл бұрын
You are most welcome
@biswajitsamal3147
@biswajitsamal3147 7 жыл бұрын
thank u bro for a complete tutorial........
@mohamedaslam1154
@mohamedaslam1154 8 жыл бұрын
THANKS MAN... AWESOME TUT.. HELPED ME A LOT
@SandeepKaundalSir
@SandeepKaundalSir 8 жыл бұрын
+Mohamed Aslam you are welcome.Watch my other tutorial as well. Hope you like them :-)
@DeepakSharma-yr5co
@DeepakSharma-yr5co 6 жыл бұрын
Thanks Sir. This is very helpful in my project :)
@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.
@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
@luckyeddy350
@luckyeddy350 8 жыл бұрын
This has been highly helpful.
@SandeepKaundalSir
@SandeepKaundalSir 8 жыл бұрын
Thank you Eddy....Please check my latest videos and give your valuable feedback....
@awaisahmed4966
@awaisahmed4966 7 ай бұрын
Could you tell which version is this of sccess ? office 2002 or 2007 ?
@SandeepKaundalSir
@SandeepKaundalSir 7 ай бұрын
Use 2003 or 2007
@greenleaf8661
@greenleaf8661 8 жыл бұрын
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.
@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..
@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.
@souravnandy2296
@souravnandy2296 6 жыл бұрын
plz add more and more and more intresting videos for vb 6.o
@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.
@angelabi9044
@angelabi9044 8 жыл бұрын
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 8 жыл бұрын
Data type mismatch in criteria in expression, refresh method of object 'IAdodc' failed
@SandeepKaundalSir
@SandeepKaundalSir 8 жыл бұрын
+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 8 жыл бұрын
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 8 жыл бұрын
+Angela Guico My Pleasure. Keep on learning.
@bhozxwhunjhom
@bhozxwhunjhom 8 жыл бұрын
thank you! :) i finally finish my system defense :)
@SandeepKaundalSir
@SandeepKaundalSir 8 жыл бұрын
You are welcome :-)
@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...
@lushann5018
@lushann5018 4 жыл бұрын
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?
@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.
@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 жыл бұрын
You can create ur Database in access 2010,.and change it into 2003 format using Save as option.
@juzer1142
@juzer1142 7 жыл бұрын
sir the name of the label must be lblstat or we can keep anything??
@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
@juzer1142
@juzer1142 7 жыл бұрын
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
@deltaruc
@deltaruc 8 жыл бұрын
Thanks this help me alot. :))
@SandeepKaundalSir
@SandeepKaundalSir 8 жыл бұрын
+Del Taruc it's my pleasure....Share it and watch my other tutorials on youtube.
@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 ...
@vorapobautomation9760
@vorapobautomation9760 Жыл бұрын
Can create this program into .OCX or ActiveX file ?
@yamunanandpandey3100
@yamunanandpandey3100 2 жыл бұрын
when i,m register information then save false false data in acess database why?
@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.
@vijayshelar1857
@vijayshelar1857 6 жыл бұрын
Sir I have numeric field in access and in form I have textbox, I want to match partly for fully textbox with the field, how should i do it?
@mikevincents.bautista3700
@mikevincents.bautista3700 2 жыл бұрын
Can I ask what version of your 2 Visual Basic?
@SandeepKaundalSir
@SandeepKaundalSir 2 жыл бұрын
Vb6
@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.
@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
@juzer1142
@juzer1142 7 жыл бұрын
and sir which language is are you using for coding section??
@chiragharwani4175
@chiragharwani4175 8 жыл бұрын
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
@patrickc6229
@patrickc6229 7 жыл бұрын
runtime error appears. "App.frm could not be loaded" please help
@theprshntaggrwl
@theprshntaggrwl 8 жыл бұрын
is there any possibility to create sms sending function in vb6.if yes then how...
@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..
@tan-aye
@tan-aye 8 жыл бұрын
can't find adodc control in my vb '15
@layaung8036
@layaung8036 2 жыл бұрын
thank
@abdullahiahmed7077
@abdullahiahmed7077 6 жыл бұрын
You are so faster brother
@DaleOfficial
@DaleOfficial 8 жыл бұрын
im getting error on the adodc1.refresh on the login button how to fixxx?
@SandeepKaundalSir
@SandeepKaundalSir 8 жыл бұрын
+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”.
@abhishektidke1310
@abhishektidke1310 7 жыл бұрын
In login form coding it is showing error "method or data member not found " at line textuser.text
@abhishektidke1310
@abhishektidke1310 7 жыл бұрын
pls tell as early as possible
@rajnidhaliwal2877
@rajnidhaliwal2877 4 жыл бұрын
Sir next multiple user login ki koi video bano
@erophilia7403
@erophilia7403 8 жыл бұрын
Thanks a lot :D
@SandeepKaundalSir
@SandeepKaundalSir 8 жыл бұрын
+Joshua Rizo My Pleasure :-)
@pattolentino1013
@pattolentino1013 8 жыл бұрын
loginado.refresh doesnt work. why?
@SandeepKaundalSir
@SandeepKaundalSir 8 жыл бұрын
+patricia tolentino please mention the error name .
@christiansagadal4196
@christiansagadal4196 8 жыл бұрын
Sir, Can i connect this system to a barcode or scanner? Answer me please :D
@salmansaddiqui1525
@salmansaddiqui1525 7 жыл бұрын
thanks a lot
@jesryloccena9680
@jesryloccena9680 8 жыл бұрын
sir pano po lumabas ang welcome sms
@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 :)
@pengzhengang6527
@pengzhengang6527 7 жыл бұрын
thx a lot
@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...
@علیعلی-ظ8ط5ن
@علیعلی-ظ8ط5ن 7 жыл бұрын
Hey Sandeep.I need a help about scrollbar in vb6
@SandeepKaundalSir
@SandeepKaundalSir 7 жыл бұрын
Please tell me about ur issue?? I will try to solve this.
@علیعلی-ظ8ط5ن
@علیعلی-ظ8ط5ن 7 жыл бұрын
Scroll bar is not working.
@علیعلی-ظ8ط5ن
@علیعلی-ظ8ط5ن 7 жыл бұрын
when i set code in it it just work only on one lable.and other doesnt move in one form
@jasonrose5583
@jasonrose5583 8 жыл бұрын
how to disable submit button with out filling up the registration form? Thank you in Advance sir 😉
@SandeepKaundalSir
@SandeepKaundalSir 8 жыл бұрын
+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.
@jayrawat1761
@jayrawat1761 8 жыл бұрын
sir how we connect the application with the database server.
@sonuvlogs1832
@sonuvlogs1832 2 жыл бұрын
Hello sir login refresh me error show ho raha hai sir syntax error bata raha hai help us
@SandeepKaundalSir
@SandeepKaundalSir 2 жыл бұрын
Check the code once.
@sonuvlogs1832
@sonuvlogs1832 2 жыл бұрын
Sir check kiya but fir bhi
@markanthonymonteros9037
@markanthonymonteros9037 4 жыл бұрын
Good day can I ask a favor?
@ilkhambayuseptyawan315
@ilkhambayuseptyawan315 3 жыл бұрын
Can aim personal private with your Mr..?
@s-linkcomputer5594
@s-linkcomputer5594 9 жыл бұрын
SIR PLEASE ONE OF THE ANOTHER TUTORIAL FOR COMMON DIALOGBOX
@pattolentino1013
@pattolentino1013 8 жыл бұрын
whats the code for reset button
@SandeepKaundalSir
@SandeepKaundalSir 8 жыл бұрын
+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.
@s-linkcomputer5594
@s-linkcomputer5594 9 жыл бұрын
thanks super
@SandeepKaundalSir
@SandeepKaundalSir 9 жыл бұрын
+john sonu :-)
@beatricenyaki4558
@beatricenyaki4558 7 жыл бұрын
Hello Sir! how can i get into contact with you personally?
@SandeepKaundalSir
@SandeepKaundalSir 7 жыл бұрын
just drop an email at sandeep.pgtip@gmail.com
@serialrappersofficaltv3356
@serialrappersofficaltv3356 8 жыл бұрын
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 8 жыл бұрын
Thanks a lot to Mr. SK with your best lecturer. I can follow step-by-step your instruction.
@edzelbautista4054
@edzelbautista4054 5 жыл бұрын
Method or data member not found? Whyyyy?
@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
Wait… Maxim, did you just eat 8 BURGERS?!🍔😳| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 9 МЛН
VB.NET & MS ACCESS | Login And Register Connection
22:03
Login and Registration Form in PHP and MySQL
56:17
AUZ Tutorials
Рет қаралды 341 М.
How to Display DATAGRID in VB 6.0 Microsoft Visual basic 6.0
10:01
DON GICHAI -The Computer guy
Рет қаралды 8 М.
Visual Basic 6.0 - Sample Login Form with MySQL Database
23:16
Enlighters Academy
Рет қаралды 15 М.
connecting VB 6.0 to MS Access|| Step by Step
28:08
IntroIT TV
Рет қаралды 19 М.