Microsoft Access Switchboards and Navigation Forms. Why NOT To Use Them! Create Your Own Menu Forms

  Рет қаралды 83,812

Computer Learning Zone

Computer Learning Zone

Күн бұрын

Пікірлер: 47
@halkawtmohammed3445
@halkawtmohammed3445 8 ай бұрын
Thank you Mr. Richard, world do need more people like you
@stewartwilkinsonsnr
@stewartwilkinsonsnr 2 жыл бұрын
Hi Richard just watched this video and so pleased I did. Agree with you its best to build your own. Loving learning Access as retired a few years ago. Have my little office in the extension we had built, so it’s like I go to work still, my wife loves it. We are in our 70’s and keep active during the day, me using my Brain. Have produced several applications since 2016 for family, like Home Accounts . Your guidance has been so helpful in my learning Access. Thank You so much. Kind Regards Stewart (West Yorkshire UK) 👍👏
@599CD
@599CD 2 жыл бұрын
Glad you enjoy my videos. Always keep learning. :)
@9856CB
@9856CB 3 жыл бұрын
I’ve been using access since 1997 and I just found out about the three boards. In access 2010 (that I still use) I learned switchboard. Before that I navigate it everything through my original form with buttons. That’s where I develop the name “button man“🤪 i’ve long since retired and use my access database now to record my rental income and expenses. You do a great job👍
@599CD
@599CD 3 жыл бұрын
Thanks, Button Man. :)
@Thag0n
@Thag0n 2 жыл бұрын
Your material is far easier to understand than my college textbooks.
@599CD
@599CD 2 жыл бұрын
Thanks
@irischen3772
@irischen3772 3 ай бұрын
Thanks!
@599CD
@599CD 2 ай бұрын
Thank you so much. I very much appreciate that.
@gregoryjeffries8475
@gregoryjeffries8475 3 жыл бұрын
No formal training in Access, but like you, am a fan of making my own Menus from scratch. Have worked with Access since the 90's and am something of a control freak, thus my love of designing my own forms so I can control flow. Also believe in always room for improvement so enjoy your videos for inspiration and information on Access. Not in IT anymore as a stroke has taken me out of workforce sooner than anticipated in addition to limiting my activity options. Have a few Access projects in the works to provide my brain with some exercise, one of which is your genealogy dbfree video. Using the other two free videos for the ideas you presented to further develop my application. My copy of Access is 2003/2007 and hope to obtain a more current version or versions in the future. Keep up the good work you are doing and thank you for all you have done so far.
@599CD
@599CD 3 жыл бұрын
Thank you very much for your kind words. :)
@rabidfollower
@rabidfollower 2 жыл бұрын
Richard is 100% right about the navigation control: it causes major problems with VBA, because only the subform that is opened can be referenced with VBA. For instance, at 12:30, if CustomerF is opened, then all the other subforms are inaccessible, and you can't use VBA to get field values from ContactF, Manager Stuff, etc. or do anything with them. A better way to handle this is to use tab controls. You can have several tabs, each containing a subform, and ALL those subforms can be referenced with VBA at any time, back and forth. It is much less a programming nightmare than using navigation controls. Richard's own method of a menu form is fine too.
@599CD
@599CD 2 жыл бұрын
Yeah, I personally hate tabs... lots of glitches in them when they were first released. It looks like MS has fixed them, mostly... mostly... :)
@muhammedkamil9980
@muhammedkamil9980 Жыл бұрын
I want to thank you form Iraq You are the best
@drmzein
@drmzein Жыл бұрын
As our great instructor Mr Richard Rost said ( to use navigation form is not a good practical tool) , so I decided to add all buttons and texts boxes to the main patient entry form in a colorful frame , and to be opened as pop up objects because I suffered alot with applying filters, or loading reports via navigation form
@599CD
@599CD Жыл бұрын
Yep
@niktsol
@niktsol 3 жыл бұрын
Hello. I totally agree with you about switchboard and navigation forms. I want to create a menu form from scratch that will be compatible with previous MS Access versions. So, i thought to create my application in which there will be a main container form. On the left side there will be a subform which simulates the main menu. And on the right side, according to the option that is selected in the main menu subform, there will be another subform that will displays i.e. customer form, orders form and so on. Just the same point of view like the navigation control but doing it from scratch and being compatible with previous Access versions,especially 2000-2003 that there was lack of navigation control. I know that instead of a menu form i could implement a list box with menu options, but i would like to add some images on the left of each option and generally i can use many parameters regarding user levels etc. The menu table which will be the record source for the menu form, will have 4 fields for start: 1. MenuID, 2. MenuName 3.FormNameToOpen 4. MenuNamePic (this one will be a path to a directory in which images are saved. I don't want to save images in database. I prefer to save them on the disk) Is the above way good enough to be implemented or according to your experience there will be any difficulties in implementation?
@599CD
@599CD 3 жыл бұрын
Be careful using subforms.
@babyboss6047
@babyboss6047 Жыл бұрын
Hi Sir how can i reference the form to navigation form during runtime and how can i align the form inside the navigation to center. Thank you.
@599CD
@599CD Жыл бұрын
I don't understand your question
@richardharder6499
@richardharder6499 Жыл бұрын
Is there a way to do a navigation subform for a specific record?
@flrazvan
@flrazvan 5 ай бұрын
Hi Richard, i am circling around a formula on how to requery a certain text box, from a subform, from a NavigationSubform, from a navigation form. Till now closest version is this one: "orms![Navigation Form].NavigationSubform.[MENIU].Form!SoldFactura.Requery". but i still receive the message: "Object doesn't support this property or method". So do you see any error in the previous code? I need to run it on exit from another txt in the same subform. If would help me to solve it, i'll give you a beer when you will came in Romania :).
@johnsamuel1382
@johnsamuel1382 3 жыл бұрын
You are free awesome sir..
@599CD
@599CD 3 жыл бұрын
Thanks. I think. :)
@shaiba5095
@shaiba5095 3 жыл бұрын
Very helpful
@599CD
@599CD 3 жыл бұрын
Glad you think so!
@saeedbaryal8723
@saeedbaryal8723 2 жыл бұрын
Hello sir, I hope you are fine. I have a question, in navigation control, Option Group filter doesn't work. Could you please tell me why it doesnt work.
@599CD
@599CD 2 жыл бұрын
599cd.com/ask
@redinternet9893
@redinternet9893 2 жыл бұрын
how can i change the navigation page using vba or macro programming
@599CD
@599CD 2 жыл бұрын
I get a ton of questions every day, and I don't have time to answer them all here on KZbin. Feel free to submit your question on my website at: 599cd.com/AskYT
@brainybooks6203
@brainybooks6203 3 жыл бұрын
I can't control the size of my forms. Every form I create extends horizontally all the way to the right hand margen of my screen and vertically to the bottom margen of my screen. When I change the width in the property sheet it has no effect on the size of my form. Thanks for any help you can offer.
@599CD
@599CD 3 жыл бұрын
Sounds like you need to switch to Overlapping Windows... 599cd.com/OverlappingWindows
@moodkn
@moodkn 2 жыл бұрын
Best tip
@599CD
@599CD 2 жыл бұрын
Thanks
@gregoryjeffries8475
@gregoryjeffries8475 11 ай бұрын
Prefer making my own menu forms. Better flexibility and control. 😊
@gregoryjeffries8475
@gregoryjeffries8475 10 ай бұрын
I find making my own easier to modify and reorganize as I add features and functionality.
@ModawanaTech
@ModawanaTech 3 жыл бұрын
Is it in Access 2010?
@599CD
@599CD 3 жыл бұрын
I'm pretty sure.
@micron001
@micron001 3 жыл бұрын
IMO the best reason to not use nav forms is because only one form is open at a time thus you cannot refer to a form field that is not there to get its value.
@599CD
@599CD 3 жыл бұрын
Indeed!
@tdp2190
@tdp2190 2 жыл бұрын
IMADE MY OWN MENU FROM SCRATCH!!!!!!! I added a pic for a graphic background, then made the button designs in xcel, imported and added the fields for the button annnnndddd made the header a logo which I also designed T H A N K YOUUUUUUU
@599CD
@599CD 2 жыл бұрын
W E L COME. :)
@syedabbas201
@syedabbas201 2 жыл бұрын
very 👍
@syedabbas201
@syedabbas201 2 жыл бұрын
very nice
@599CD
@599CD 2 жыл бұрын
Thanks
@باقةالمتميزات
@باقةالمتميزات 3 жыл бұрын
You are gorgeous
@599CD
@599CD 2 жыл бұрын
Thanks
Combine Two or More Fields Together Using Concatenation in Microsoft Access
8:14
Computer Learning Zone
Рет қаралды 41 М.
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
Microsoft Access 2016 Forms: Switchboard
10:34
Kirt Kershaw
Рет қаралды 54 М.
How to use Microsoft Access - Beginner Tutorial
31:07
Kevin Stratvert
Рет қаралды 3,5 МЛН
Access - Navigation Form
6:56
SupaDesign
Рет қаралды 31 М.
How to Create a Search-As-You-Type Box in Microsoft Access
21:32
Computer Learning Zone
Рет қаралды 27 М.
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН