Take a look at these video tutorials on YouTube. Crystal has started a great series of video tutorials. Crystal is an imprtant part of the UtterAccess community, she's a Microsoft Access MVP, and she's posted a great "Access Basics" reference here.
Wednesday, March 11, 2009
Great Tutorials From Crystal on YouTube
Posted by
Stephen
at
6:56 AM | Permalink
|
I'm reading: Great Tutorials From Crystal on YouTubeTweet this!
| Add This!
| Blog This |
0
comments
Labels: video-how-to
Thursday, February 28, 2008
Video How-To: Make a Query Ask For Input.
Take a look at this Video How-To: Make a query ask for input. It's a great first place to start if you want to learn how to have queries prompt for input, or use a form to provide the criteria for a query.
Quote:
Want to make your query ask for input when it runs? Watch these demos to see how you can add parameters to a query, handle input that is the wrong kind of data, and use a form to collect parameters and then use them with multiple queries.
Posted by
Stephen
at
9:23 PM | Permalink
|
I'm reading: Video How-To: Make a Query Ask For Input.Tweet this!
| Add This!
| Blog This |
0
comments
Labels: forms, parameters, queries, video-how-to
Wednesday, October 24, 2007
Displaying Custom Dialog Boxes for Custom Delete Actions
Handling record delete properly can make your applications much more usable. Think about the right confirmation prompt, and about doing any associated clean-up thast goes with the deletes. I've coded some delete functions that considered all of this and truly made sure the user understood what they were going to delete and then, after confirmation, cleaned up all the associated records.
This video how-to from Microsoft walks through some of the basics and will help you get started creating more professional record delete routines
Posted by
Stephen
at
9:05 PM | Permalink
|
I'm reading: Displaying Custom Dialog Boxes for Custom Delete ActionsTweet this!
| Add This!
| Blog This |
0
comments
Labels: delete, prompt, video-how-to