Search results

  1. B

    Getting Error Runtime Error 3156

    hii everyone, I got error runtime error 3156 when i delete it. i'v tried to this code, but i got the same errors message. Dim strSQL As String strSQL = "DELETE FROM " & Table & " where [_date] between #" & Form_frm_dbo_cfa.cmbdate1.Value & "# and #" &...
  2. B

    Exporting chart/pivotchart as image

    Hii everyone... I have a form that have 9 subforms. every subform show pivotchart. i was trying to export these chart using this code Form_qCFA_Counter_RRC_Rei_IuB_Base.ChartSpace.exportpicture "D:\iubbase.jpg", "JPG" Form_qCFA_Counter_RRC_Rei_Power_Base.ChartSpace.exportpicture...
  3. B

    how to make a report using crystal report direct from MS Access Form

    Hii, everyone.. I'v looking for since a couple months a go to make a report direct from access form using crystal report but i havent found it yet. I'v tried this code and its giving me errors. " run time error 1004 method range of object _global failed " does anyone know how to make a report...
Back
Top Bottom