waseem0888
Member
- Local time
- Today, 15:04
- Joined
- Jul 25, 2020
- Messages
- 51
I have modern charts which is working fine on MS office full version users. But when open in access runtime 2013 the charts shows blank and when i try to select the date from the Combobox for charts it shows below error on after update event to chart requery.
Private Sub cmbDate_AfterUpdate()
Me.Monthly_Chart.Requery
End Sub
it gives the below error
Private Sub cmbDate_AfterUpdate()
Me.Monthly_Chart.Requery
End Sub
it gives the below error