599CD.com Access Imaging Seminar Done   Collapse Menus
 
 
NEW Courses - Access Imaging, Excel 2007 Level 5 dismiss
 
   
 

What's New?  |  Courses  |  Theater  |  Demo  |  Tips  |  Blog  |  Forums  |  Search  |  Help  |  Order

 
What do you want to learn today? 
 
 
Courses - Microsoft Access 203
Description: Intermediate Microsoft Access 3
Running Time: 87 minutes
Pre-Requisites: Access 202 very strongly recommended
Versions:
We use Access XP in this course, but the lessons are valid for all versions of Access from 95 to 2003. There are cosmetic changes in Access 2007. Order before 3/15/2010 to get a FREE upgrade to our 2007 version when released!
 
Microsoft Access 203
Intermediate Access 3

Option Groups, List Boxes, Toggle Buttons, ActiveX Controls, Tab Control, Bound v. Unbound Object Frames, more. 87 Minutes.
 

AC203 Major Topics

  • More Form Controls
  • ActiveX Objects
  • Tab Controls
  • Bound OLE Objects

This class follows Access 202, which we strongly recommend before taking this class. The main focus for this course is Form Controls. We'll cover all of the form controls we haven't covered in classes to date, including:

  • Option Groups & Option Buttons
  • List Boxes
  • Toggle Buttons
  • The ActiveX Calendar Control
  • Picture OLE Fields
  • Tab Controls
  • Bound & Unbound Object Frames
  • Image Control
  • Line & Rectangle Controls
  • And more.

We'll begin by creating an Extended Customer Table so that we can store additional information about our customers, but not take up space in our main Customer Table. There are several benefits to this technique, which I will explain in class.

 

Next, we'll create an Option Group to track each customer's Gender. We'll use Option Buttons for this.

 

We will then create a Customer Type List Box to track what type of a customer we're dealing with. This list of types will be user-defined and we'll create a separate table to track this information - so that you can add, edit, and delete the options.

 

Next, we'll play with the settings for our Option Group - colors and properties and such.

We'll then learn all about Toggle Buttons. We'll create a column of toggle buttons to indicate which services and products each customer buys from us. I'll also teach you a trick for assigning keyboard hot keys to these toggle butons.

 

In the next lesson, we'll do some more tricks with Combo Boxes. We've done a lot with Combo Boxes in previous classes, but there are a few more examples we need to cover. We'll add a Sales Rep combo box to our Customer Form, and a Service Tech combo box to our Extended Customer form. Both of these will be fed from our Employee table that we built in an earlier class. Why do it this way? You'll see in class.

 

Then we'll learn something really cool... how to place a special object called the ActiveX Calendar Control in our form. This will allow you to pick a date from a calendar and store that date in your table.

 

We'll make a Command Button next to open up the Extended Customer Form right from our Customer Form, so that we can see just the data for the currently open customer. No big deal - we've done this before when we were making our Contacts form, but this is a good review PLUS I'll show you how you can force this to be a one-to-one relationship and only have one Extended Customer data record for each customer record.

 

I'll show you how to use Hyperlink fields in your tables and forms so that you can type in a web page, click on it, and your web browser is automatically launched and you're taken right to that page.

 

Here comes a fun lesson... We'll learn how to create Tab Controls. You've seen them before (like if you click on Tools > Options in any Microsoft Office program like Word, Excel, or Access). Well now you'll learn how to put Tabs in your own Access Forms to save space and logically group related information.

 

Next we'll study Bound and Unbound Object Frames. We've seen before how to put a picture in an OLE field. We did that with our employee table and form. Now, I'll show you a few more tricks with Bound Object Frames to store pictures in your database. I'll also teach you how to Link to images on your hard drive from your database so you can still have the image available, but not waste space in your tables.

 

I'll also show you how you can use Unbound Object Frames to either store information directly in your forms, OR link to external data files such as Word documents or Excel spreadsheets so that your database users have quick access to commonly used files.

 

Finally, we'll round the course out by showing you how to add Images to your forms using the Image Control. We'll also cover the Line and Rectangle controls, Page Break Control, and more.

 

This is a great class if you'd like to really take your Access Forms to the next level. You'll learn how to use all of the controls in the Toolbox, and I'll teach you a lot of tips and tricks to teach you which tools to use and when.

 

 

Access 203 Outline
 
0. Introduction

1. Creating the Extended Customer Table
Building the table
Creating fields
Hyperlink field for Web Site

2. Using Option Groups
Option Groups
Option Buttons
List Box
Creating a Customer Type Table

3. Toggle Buttons
Toggle Buttons
Making a Check Box > Change To Toggle Button
Creating a Toggle Button manually
Changing Toggle Button Properties
Changing Option Group Colors
&Caption trick

4. ActiveX Calendar
Combo Box for Sales Rep
Combo Box for Service Tech
Picture OLE Field
Birthday ActiveX Control

5. Tab Control
Linking CustomerF to CustExtF
Tab Control

6. Object Controls
Bound Object
Pasting v. Linking Bound Objects
Unbound Object
Image Control
Boxes & Lines
Page Breaks
Force a 1-to-1 Relationship
 


Try a FREE Demo Lesson

 
 

Huge Discounts Available
When you purchase multiple classes together
Huge savings up to 50% off! Order Now.
 

Student Interaction: Microsoft Access 203

Richard on 1/1/2007:  Option Groups, List Boxes, Toggle Buttons, ActiveX Controls, Tab Control, Bound v. Unbound Object Frames, more. 87 Minutes.
Judith Koester on 2/11/2008: My toggle buttons look flat AND only one "toggles" at a time so I can't select more than one. Tried the special effect button. What am I doing wrong?
Richard Rost on 2/28/2008: I'm not sure about the flatness problem. I can't even change the border style of my toggle buttons. Are you SURE you're using a TOGGLE BUTTON? Now as far as being able to select more than one goes, the toggle button is an ON/OFF control. Unless you are using them in an OPTION GROUP you should be able to turn each one on and off.
Walter Pohle on 3/27/2009: I have to keep information on clients for food program and the form we have need to Kids Name,DOB,M/F Could this Exteneded Tab work or is there a better way Time Index14:17
Richard Rost on 4/1/2009: Walter, the use of a second table (the Extended Customer Info, for example) is great when you have a little bit of information on ALL of your customers, and a LOT of information on only a FEW of your customers and you don't want to waste space in your primary table. For example, let's say you have name, address, and phone number on ALL or most of your customers, but you only have buying habits and demographic data on about 10% of them. This is where an extended table and a one-to-one relationship comes in perfect.
 Tonya on 4/3/2009: Because you're using a extended table in this lesson, is it possible to set the CustomerID textbox to show the customer's name rather than the ID when in view mode? I tried change the textbox to a combo box, but when I do, my control source won't allow me to select any field except the ones within my extended table. I'm not sure what to do. bottom line is that I don't have a Nickname field to help me know which record I'm changing.
Richard Rost on 4/6/2009: You could merge the two customer tables together in a query, and then use that query as the recordsource for your combo box. That would allow you to see the names and have the IDs as the bound field.
Daryl Armstrong on 5/11/2009: When I right click on the picture box I do not get the insert picture option.
Richard Rost on 5/18/2009: Daryl, what version of Access are you using, and what options DO you have available?
TBone on 6/30/2009: Can you have multiple Tabs in the view and have them all on the same window without scrolling right and left to view them? In other words, maybe "Stair Step" or "Cascade" them.
Richard Rost on 7/1/2009: TBone, I don't believe this is possible, but I don't really use TABS much - I hate them. I have never seen any other configurations for tabs aside from the default, basic design. I know there are other 3rd-party ActiveX controls you can obtain (buy, download, etc.) that give you more flexibility.
 Dave Sterner on 9/16/2009: Hi Richard: I asked you a Access 102 question regarding a bounded object frame and using a link instead of inserting the actual AdobePDF map. I reviewed Section6 of Access 203 created a link just like your bitmap example in Section 6. When it adds a picture of the link I find that my file size only drops from about 7 MB to 6.8 MB - not a significant difference between link and unlinked. So then I saw that you can substitute an icon and for a picture and that drops the file size dramatically. All well and good except now my question is when I try to print a report (inserting an OLE bounded box) all I get is the icon to print not the actual image - I cruised around in Access but couldn't find an easy solution. Thanks
Richard Rost on 9/17/2009: Dave... try going back to inserting the link, but then COMPACT your database before checking the file size. Remember, if you add a 10 MB image, your database goes up 10 MB. If you delete that image and replace it with a 2 MB image, your database might only go down to 9 MB because Access reserved a ton of space for that big image. Try compacting (compact & repair) and see if that does the trick. If not, ask me your second question again. :)
Dave Sterner on 9/17/2009: No go Richard, I inserted the link and then compacted, still only seems to subtract about 250kb from the original Adobe PDF file. In fact, I hadn't noticed this before, but the weird thing is that my original pdf file is only 256kb and my mdb file is only 356 kb. But when I either insert the pdf or link it to Access the whole mdb file goes up to ~7MB!! I add another 200 kb pdf and the mdb goes up to 12 MB!
joe  mccann on 12/6/2009: i see the speed of the lessons is speeding up and getting harder (great just what i wanted to see) i learning more every day
James on 12/12/2009: Richard To Tbone's question, Yes. On the properties tab for the Tabs Control there is a property for multi row. I have a 320 Item button menu ordering screen that was built like this. Caution...754 controls are the max on a form.
Richard Rost on 12/14/2009: James, thanks for that answer. Again, I personally don't like tabs, so I hardly ever use them. You'll notice that I covered them only briefly in class. I'll probably spend more time with them in Access 2007 because it looks like they fixed a lot of the bugs and other things that annoyed me with them.
 
 

You may want to read these articles from the 599CD Blog:

 

 

Need Help
 
Do you have questions about Word, Excel, Access, Web Design, or computers in general? Just ask us anything you'd like. Click here for assistance.
 

Get Free Tips & Tricks
 

Join our mailing list today and get information on our Free Tips & Tricks Newsletter including free video tutorials, eBooks, live seminars, and more.

Email:
Name:
Type in the word to the left:
 
Your email will be kept 100% safe and will never be given to 3rd parties.
 


CLICK HERE for a FREE lesson



Order your first 599CD course now.
Your Satisfaction is Guaranteed!


Subscribe to our RSS FeedWhat's This?

599CD on Facebook  599CD on Twitter  Subscribe to RSS Feed  Add to Live Bookmarks  Add to My AOL  Add to MyYahoo  Add to Google Reader or Homepage    hide help

599CD Home   |   Learn More   |   What's New?   |   Contact Us   |   Free Demo   |   FAQs   |   Order Now   |   Affiliate Program   |   TechHelp   |   MYOLP   |   Jobs   |   Downloads   |   Handbooks  (Text)   |    Mailing List   |   Lost Passwords   |   Referral Program   |   Online Poll   |   Corporate, Educational, Government, Non-Profit Sales   |   Message Forums   |   Testimonials   |   Privacy Policy   |   Free Gift CDs   |   Tips & Tricks

 
 

What's New  |  Home  |  Courses  |  Demo  |  Learn More  |  Contact  |  Order