PrincessBretti
Registered User.
- Local time
- Today, 17:19
- Joined
- Mar 16, 2000
- Messages
- 14
I have a database that can have any number of appointments booked for each client.
Thing is how do I neatly display all of these appointments?
I thought I would use a tab control, that would self build based upon the number of appointments.
This I have done quite easily however I now need the data to be displayed on each of these self built pages.
Should I create a subform on each page or is there a way of creating a page and copying it using VB code, instead of using the createcontrol command?
Also when I use that command how can I create the subform on the page of the tab control, instead of on the form?
A bit long winded I know
Princess
Thing is how do I neatly display all of these appointments?
I thought I would use a tab control, that would self build based upon the number of appointments.
This I have done quite easily however I now need the data to be displayed on each of these self built pages.
Should I create a subform on each page or is there a way of creating a page and copying it using VB code, instead of using the createcontrol command?
Also when I use that command how can I create the subform on the page of the tab control, instead of on the form?
A bit long winded I know

Princess