It is best practise to change the button's name, or your end up with a bunch of buttons known as Button1, Button2 etc. That then becomes a nightmare when coding, which, if you look at all the videos will see is what I am doing here. Any programmer or database developer will tell you the same.
Nice tutorial wish i had help like this when i was starting out. One thing i would say even if it is a basic level its always good to get a good naming system from the start incase you go deeper into VB. I prefer to leave no spaces and use capital letters e.g. CloseForm or you can use other conventions like underscore e.g. Close_form
You shouldn't, as it's bad form in programming. Generally, if you put spaces in names, it gives room for inconsistencies. Plus, according to a friend who knows MUCH more about programming than me, it can cause problems when compiling a program in VB.
@Firchild you're right, all names should have no spaces and also have a prefix so as to follow programming standards. for example, an exit button will be called "btnExit", or a textbox might be called "txtLogin".
Thumbs up for Lostprophets!
ryanjackson0x 11 months ago
Your videos are amazing, thank you sir!
peterwls3 1 year ago
cheers fella! you've just made my database coursework a hell of a lot easier!
petersedgwick 1 year ago
extremely useful, thanks for taking the time and effort;
clear speech as well. thank you.
hydrakonam2007 2 years ago
these videos really rock man!!
dumbncool 2 years ago
It's not necessary to change the buttons's names except if you are going to work with codes
lamody 3 years ago
It is best practise to change the button's name, or your end up with a bunch of buttons known as Button1, Button2 etc. That then becomes a nightmare when coding, which, if you look at all the videos will see is what I am doing here. Any programmer or database developer will tell you the same.
Firchild 3 years ago
Good tutorial. Excellent. I have lived in Wales for five years and that accent means much to me. thanks
Ajakis 3 years ago
This tutorial just saved my job...I like wat u did there...very very helpfull
allrated 3 years ago
Thank you so much for these videos. They are far more useful than my teacher or MS help.
Duckington07 3 years ago 5
Nice tutorial wish i had help like this when i was starting out. One thing i would say even if it is a basic level its always good to get a good naming system from the start incase you go deeper into VB. I prefer to leave no spaces and use capital letters e.g. CloseForm or you can use other conventions like underscore e.g. Close_form
paulio87 3 years ago 3
Sorry, I'm probably being stupid. But why don't you use spaces? I'm just starting out, so I don't get it.
anita4774 3 years ago
You shouldn't, as it's bad form in programming. Generally, if you put spaces in names, it gives room for inconsistencies. Plus, according to a friend who knows MUCH more about programming than me, it can cause problems when compiling a program in VB.
Firchild 3 years ago
Hi. I love your video so much. Do you think it is possible to make MS access program full page everytime.
dickarlo 2 years ago
@Firchild you're right, all names should have no spaces and also have a prefix so as to follow programming standards. for example, an exit button will be called "btnExit", or a textbox might be called "txtLogin".
petersedgwick 1 year ago