Is there anyone out there who can help????

rayman_89

Member
Joined
Feb 3, 2003
Messages
5
Hi i have basically just started VB, and for a task i was required to connect a database for a gym. Now the gym must have the facility of booking. When a booking is made is must be then tarnsfered to a timetable layout, which changes colour.......
Is there anyone out there who can help
 
I have created an access Database and connected parts to a VB front end. I am trying to find out the best way of displaying a number of bookings in a timetable showing hourly slots etc. The timetable needs to be created prior to these additional bookings by the sprts staff, one month in advance. and not allow booking over existing bookings. thanks for replying as soon as you did.
 
If I understand it right, you could probably do a decent job of displaying it with a ListView control in details mode. Ive got the Infragistics Suite so Id probably use there UltraDayView control.
 
Back
Top