01. Custom List Box Columns 1 (28:55)
Select Which Fields are Displayed
User Selectable
02. Custom List Box Columns 2 (26:31)
Replace Check Boxes
Multi-Select List Box
03. Custom List Box Columns 3 (20:13)
Store Field Info in Table
TableDefs, Fields Collection
Field Properties
Loop Thru Fields in Table
Load Field List from Table
04. Custom List Box Columns 4 (21:36)
Replace RequeryList with Generic Code
Now Works With Any Field
Resizing Form and Controls
Set Initial Sizes in TempVars
Form Resize Event
Resize CustomerList Width
Move FieldList to the Right
Change Form Height, List Heights
05. Custom List Box Columns 5 (21:19)
Create Custom Labels
Make 20 Hidden Blank Labels
Inches to Twips (Centimeters to Twips)
Read the Width of Each Label from Listbox
Make Label Visible, Set Properties
Move Label to the Right Over Column
06. Custom List Box Columns 6 (20:50)
Prevent Labels Going Too Far Right
List Box Horizontal Scrollbar Quirk
Change RecordSource to Any Table
TableCombo List of Tables
Add OrderT Table Properties
Update Double-Click Event
If Order Form Closes, Requery List
07. Custom List Box Columns 7 (24:47)
Adding Queries to our Form
QueryDefs
Setup OrderQ Query
Rename CustomerList to CustomList
Dealing with Missing ID Field