Northwind Form Question

K

Karen

Does anyone know how to replicate the Customer Phone List in the Northwind
database ? Specifically the A, B, C, etc. filters on the footer?

Thank you, Karen
 
S

Sprinks

Hi, Karen.

The filter buttons are toggle buttons of an option group, whose AfterUpdate
event calls a macro that sets the filter appropriately. You can import the
form and its macro from the Northwind.mdb in the Samples directory, and reset
the form's RecordSource to the name of your tables, and adjust any
ControlSources.

Sprinks
 
Top