Navigating records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an application, where the user can select a record from a combo box.

In net, the user can enter header and associated detail records. Now I
would like to add record navigation features. I do not wantg to use the vb
access next/previous

The combo box reads the header table, and allows the user the record they
are interested...maybe the 14th record, for example.

How do I populate my form with the rest of the related fields from the
selected recrod. The controls are bound to the table.

Any help is appreciated
 
Back
Top