All: I'm making a two-table, master/slave, one-to-many form, where the FK of the slave table is the PK of the master table. Easily done.
As expected, when I use two DBGrid, or Enhanced DBGrid controls, a row selection in the master table grid selects related records in the slave table grid. What I would like, though, is to replace the master DBGrid control with a drop-down control which, when closed appears as one line; and when opened, lists master table values with a vertical scroll bar. A control which looks and operates just like a DB Lookup Combo Box. Open the control, scroll the list, highlight the value from the master table, master control closes back to one line, slave table shows related records. So far, I can only get the form to work with two DBGrid / Enhanced DBGrid controls. What control should I use for the master table? bruce chitiea safesectors inc. ver: x9.1(64).2.10317

