G
Guest
Hi
I've just started developing an Access application. I've got a lot of years of database design and development behind me using Oracle, and lots of class time in Java, so I'm very familiar with all of the basics, and a lot of the more advanced concepts (e.g., OOD, etc.)
My biggest problem is documentation. For any given type of object, what methods are available? What properties? For example, I've got a simple login form, with a username field and a password field and a "submit" button, and if the user hits the <enter> key while in the password field I'd like the form to automatically click the "submit" button. So I figure I need to add code to the form module in a subroutine for the "Enter" event for the Password field. But I can't find any online documentation for all of the Access objects in an easy-to-navigate form, either in the Access Help or at the Microsoft site
With Java, it's a piece of cake: I haven't used it in a couple of years, but it still took me all of about three minutes to find the API reference on the Sun site, find the "Button" class, and find all of the methods available. I had forgotten how the event process works in Java, and found that it would be more difficult to code what I'm trying than I had thought -- maybe 10 lines instead of 1 -- but it was still easy to find the documentation I was looking for
Is there some online (Access help, VBA help, Microsoft website, wherever) place where I can find all of the property/method information for all of the classes, and just drill down until I get to the object I'm looking for
Thanks
Rich
I've just started developing an Access application. I've got a lot of years of database design and development behind me using Oracle, and lots of class time in Java, so I'm very familiar with all of the basics, and a lot of the more advanced concepts (e.g., OOD, etc.)
My biggest problem is documentation. For any given type of object, what methods are available? What properties? For example, I've got a simple login form, with a username field and a password field and a "submit" button, and if the user hits the <enter> key while in the password field I'd like the form to automatically click the "submit" button. So I figure I need to add code to the form module in a subroutine for the "Enter" event for the Password field. But I can't find any online documentation for all of the Access objects in an easy-to-navigate form, either in the Access Help or at the Microsoft site
With Java, it's a piece of cake: I haven't used it in a couple of years, but it still took me all of about three minutes to find the API reference on the Sun site, find the "Button" class, and find all of the methods available. I had forgotten how the event process works in Java, and found that it would be more difficult to code what I'm trying than I had thought -- maybe 10 lines instead of 1 -- but it was still easy to find the documentation I was looking for
Is there some online (Access help, VBA help, Microsoft website, wherever) place where I can find all of the property/method information for all of the classes, and just drill down until I get to the object I'm looking for
Thanks
Rich