Posts Tagged ‘ms access’

Make Your Own MS Access Switchboard With the Tab Control

By tosopMonday - January 25th, 2016Categories: Computers

Several years ago when I started using MS Access regularly for my personal use, I used the Access built-in switchboard (sort of a main menu or table of contents) to organize my forms, reports and other objects. The Access-generated switchboard was a convenient way to create a special form that used macros to open various objects; it look nice and was easier than creating something from scratch. The Access switchboard worked for a while, but as I added more forms and reports, categories and subcategories, it became clear to me that the built-in switchboard was more trouble than it was worth.

Continue reading "Make Your Own MS Access Switchboard With the Tab Control" »

ComboBox: Using VBA to Programmatically Populate the List

By tosopFriday - April 24th, 2015Categories: 400 Planets

This article discusses applying VBA to Windows MS Access 2007 form controls.

A ComboBox is a Windows control made of two parts: a text portion and a list. A text box is used to display a selection made from a list of items. A list box displays a list of items, usually in one column, but a list box can also be configured to display more than one column.

Continue reading "ComboBox: Using VBA to Programmatically Populate the List" »