Link to home
Start Free TrialLog in
Avatar of vbeginner
vbeginner

asked on

MASTER DETAIL WITH NAVIGATIONAL BUTTONS VISUAL BASIC 5.0

Hi,
  how can make this program? i have a master detail. i have navigational buttons. clicking the first button will query all the records including the detail where its idheader = iddetail. so on with the next,last,prev buttons.

  how many datacontrol will i use?
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The numers of data controls depend on the numbers of tables for your detail section.

Normally the is two of them one for the master table and another one for the second table.

You have to refresh the datail one each time the first one is repositioned.

Hope this help
Avatar of vbeginner
vbeginner

ASKER

thanks... it was great...