Scott
Me.BoSchedule1.FillAll()
Me.BoSchedulerResources1.FillAll()
Me.SchedulerStorage1.Appointments.DataSource = Me.BoSchedule1.CurrentDataTable
Me.SchedulerStorage1.Resources.DataSource = Me.BoSchedulerResources1.CurrentDataTable
I meant a new row is being inserted into the table (a blank row) but the values from the "appointment" form are NOT showing in the newly created row.
Any pointer would be great, Thanks.