Design

T

Thomas

I have a relational data base which links parents to
children. I would like to design a control on the Main
Form (combo I guess) that will look up a record based on
the lastname in Alpha order as all records are stored in
the order thay are entered.

Any help would be appreciated
 
V

Van T. Dinh

The ComboBox Wizard can create this type of (navigation) ComboBox with
required VBA code for you.
 
Top