Internet Access Course

Dick7Access

Dick S
Local time
Today, 17:59
Joined
Jun 9, 2009
Messages
4,306
Hello dear Access family, what a joy to come here, because, of course, of all of you.
I want to take a course on Access 2010. I am past the beginners so I am looking for something more advanced. I am looking for something $100.00 or less. Has anybody had experience with something in that range?
 
I think you are more likely to find foc internet courses than paid-for ones.

Personally, I think you would be better getting a decent book, and working through it carefully. Ultimately I think practice is the main thing.

Why not try and construct a database to do something in which you are interested.

Eg - if you like golf, make a record of your golf scores at different courses. Map the holes, and their pars and stroke indexes, and your rounds. Very interesting project. It will teach you lots about normalisation, and forms/sub form designs, but is still reasonably compact.
 
Dave,
Thanks for answering. I have been doing db’s for 19 years I, have however, not used code, but lots and lots of Marcos, and queries. I have plenty of books, but none of them delve into the real meat of code. I shy away from the courses also thinking they will be just like the books, so I decided to post and see what others have found. I have a 13,000 plus db now that I am revamping with combo boxes and bells and whistles with code. I started it 19 years ago with the very first version of access and upgraded it with each new addition. So far I have been able to eliminate about 40 forms that were redundant. I also do dbs for churches for free, and they think I am a wizard, because they know nothing about Access. I knew that if I put a post out there about courses I would either here about some great courses or about the negative. Learning on my own has been so slow. Sometimes I think I am too old to learn, but I keep trying.
Dick S.
 
Dick

OK - if you know where you are coming from, it's a lot easier

I see two issues in VBA programming

1. Understanding the mechanics of producing code. Understanding the various data types, and the functions and procedures available. Understanding the logic of building a sequential programming, and the importance of using modular code - small encapsulated procedures, using arguments and parameters, and limiting the scope of variables. I learnt to programme with Pascal - and the disciplines that builds in are very sound. C and it's derivatives are similar

2. Understanding event-driven programming. Unlike a monolithic sequential code, where the programmer knows exactyl what path the process will follow, a windows-app is more random. Users can click on any object, or open any form, at any point - the programme becomes more a series of reactions to each of these click or events, but in a controlled way - so that events don't interfere with each other. This is sometimes hard to accomplish, as you cannot be 100% certain what your users will do.


Recommended Book:

The best book by far I ever found, and the most helpful resource I ever used is the Access Cookbook (O'Reilly). It isn't a primer, more a series of solutions including VBA, to many real world problems. My copy of this is regularly used, and well-worn, unlike most of my other books.
 
Dave,
Yes I know what you mean. I studied Visual Basic 6 for a while, and that helps me now. Back then it was about $1000.00 for the disc, but I found a guy hard up for money and bought them for $100. I stopped studying it for two reasons. One is that no matter what I did I could not get a program to compile. Secondly when they came out with visual net I erroneously though that visual basic 6 would be a dead language. Let me tell you a funny story about Pascal. When I was in college and was a political science major there was a fellow next to me that was an accountant who had classes in Pascal and Fortran. I thought to myself why doesn’t he just go out and make a lot of bucks with his CPA, this computer stuff isn’t going to go anywhere. Of course IBM thought the same thing. I will get that book right away. Now that I think abut it I have a little joke program that I did compile if I can find it I will attach it in my next post.
Dick
 
Dave this is what I found, is it any of these titles is what you are talking about.
The little compiled program attached I put on my wife’s computer late one night and used the icon she used for her cooking db that I had made for her. She wasn’t pleased, but she got over it. Let me know if it works on your machine.

Amazon.com had these books
Access Cookbook - Kindle Edition - Kindle eBook (Feb. 9, 2009) by Ken Getz, Paul Litwin and Andy Baron

Access Data Analysis Cookbook - Kindle Edition - Kindle eBook (Dec. 17, 2008) by Ken Bluttman and Wayne
S. Freeze
Access Data Analysis Cookbook (Cookbooks) - Paperback (May 21, 2007) by Ken Bluttman and Wayne S. Freeze

Access Cookbook by Ken Getz, Paul Litwin and Andy Baron (Kindle Edition - Feb 9, 2009) - Kindle eBook
Access Cookbook, 2nd Edition - Paperback (Mar. 1, 2004) by Ken Getz, Paul Litwin and Andy Baron


Access Cookbook : Solutions to Practical User Interface & Programming Problems : For Access 97, 2000 & 2002 by Ken; Litwin, Paul; Baron, Andy Getz (Paperback - 2002)

ADO.NET 3.5 Cookbook (Cookbooks (O'Reilly)) by Bill Hamilton (Paperback - Apr 4, 2008)

Access Cookbook, 2nd Edition by Ken Getz, Paul Litwin and Andy Baron (Paperback - Mar 1, 2004)

Barnes & Noble had this book
Access Basic Cookbook by: Chris St. Valentine
 

Attachments

the one I mean is the Getz, Litwin and Baron version.

The actual book comes with a disk with all the code samples. Might be easier than retyping them from an e-book
 
Ok Dave,
I will get it. That thru me as you first listed O'Riley.
Dick Thanks again
 

Users who are viewing this thread

Back
Top Bottom