P
PR
Can anyone advise me on how I can create the following?
I want a Form that I want have a tab control on it, with 3 tabs contain in
it:
1.. Person Details
2.. Membership Details
3.. Sport Details
The database has 3 Tables:
1.. Person Details (PK_person_id)
2.. Membership Details (FK_person_id)
3.. Sport Details (FK_person_id)
I want to know what is the best way to get the data displayed on each tab in
the form, the form will only let me use one data provider, if I do a query
to create this, it will not let me updated the records.
Regards - Paul
I want a Form that I want have a tab control on it, with 3 tabs contain in
it:
1.. Person Details
2.. Membership Details
3.. Sport Details
The database has 3 Tables:
1.. Person Details (PK_person_id)
2.. Membership Details (FK_person_id)
3.. Sport Details (FK_person_id)
I want to know what is the best way to get the data displayed on each tab in
the form, the form will only let me use one data provider, if I do a query
to create this, it will not let me updated the records.
Regards - Paul