Any pointer would be great, Thanks.
Scott
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.
Me.BoSchedule1.FillAll()
Me.BoSchedulerResources1.FillAll()
Me.SchedulerStorage1.Appointments.DataSource = Me.BoSchedule1.CurrentDataTable
Me.SchedulerStorage1.Resources.DataSource = Me.BoSchedulerResources1.CurrentDataTable