Thank you Mr. Richard, world do need more people like you
@9856CB3 жыл бұрын
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👍
@599CD3 жыл бұрын
Thanks, Button Man. :)
@irischen3772Ай бұрын
Thanks!
@599CD6 күн бұрын
Thank you so much. I very much appreciate that.
@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
@599CD11 ай бұрын
Yep
@rabidfollower2 жыл бұрын
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.
@599CD2 жыл бұрын
Yeah, I personally hate tabs... lots of glitches in them when they were first released. It looks like MS has fixed them, mostly... mostly... :)
@Thag0n2 жыл бұрын
Your material is far easier to understand than my college textbooks.
@599CD2 жыл бұрын
Thanks
@stewartwilkinsonsnr2 жыл бұрын
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) 👍👏
@599CD2 жыл бұрын
Glad you enjoy my videos. Always keep learning. :)
@gregoryjeffries84753 жыл бұрын
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.
@599CD3 жыл бұрын
Thank you very much for your kind words. :)
@richardharder6499 Жыл бұрын
Is there a way to do a navigation subform for a specific record?
@flrazvan2 ай бұрын
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 :).
@muhammedkamil9980 Жыл бұрын
I want to thank you form Iraq You are the best
@babyboss604711 ай бұрын
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.
@599CD11 ай бұрын
I don't understand your question
@saeedbaryal8723 Жыл бұрын
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.com/ask
@niktsol3 жыл бұрын
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?
@599CD3 жыл бұрын
Be careful using subforms.
@brainybooks62033 жыл бұрын
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.
@599CD3 жыл бұрын
Sounds like you need to switch to Overlapping Windows... 599cd.com/OverlappingWindows
@redinternet98932 жыл бұрын
how can i change the navigation page using vba or macro programming
@599CD2 жыл бұрын
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
@gregoryjeffries84758 ай бұрын
I find making my own easier to modify and reorganize as I add features and functionality.
@shaiba50953 жыл бұрын
Very helpful
@599CD3 жыл бұрын
Glad you think so!
@gregoryjeffries84759 ай бұрын
Prefer making my own menu forms. Better flexibility and control. 😊
@johnsamuel13823 жыл бұрын
You are free awesome sir..
@599CD3 жыл бұрын
Thanks. I think. :)
@micron0013 жыл бұрын
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.
@599CD3 жыл бұрын
Indeed!
@ModawanaTech3 жыл бұрын
Is it in Access 2010?
@599CD3 жыл бұрын
I'm pretty sure.
@moodkn2 жыл бұрын
Best tip
@599CD2 жыл бұрын
Thanks
@syedabbas2012 жыл бұрын
very 👍
@syedabbas2012 жыл бұрын
very nice
@599CD2 жыл бұрын
Thanks
@tdp21902 жыл бұрын
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