Recent content by BT Dev

  1. B

    access 2003 vba error 1004 unable to get tick labels property of the axis class

    xlValue ? This indicates the Y-axis..... I was able to fix my errors by initializing the graph on form_load to a query (qryChartInialize) that returned data, then use my actual query(qryEmpEfficiency) as the rowsource of the graph after the criteria the query uses was selected from the...
  2. B

    access 2003 vba error 1004 unable to get tick labels property of the axis class

    I have the following code: Dim FrmGraphObj As Object Set FrmGraphObj = Forms![frmE Weekly Efficiency]![gph_WeeklyEfficiency].Object.Application.Chart FrmGraphObj.Axes(xlValue).TickLabels.NumberFormat = "0%" I continually receive a runtime error 1004 " unable to get tick labels property of the...
  3. B

    Hi from Green Bay WI

    Hi all --- Used to think I was a very experienced Access programmer. Today not so sure!!!!:banghead: BT Dev
Back
Top Bottom