Search results

  1. H

    How to export filtered table to Ms.Excel 2007

    Good day developers. I want to ask about how to export filtered table to Ms.Excel 2007. so this vba code to filtered the table : Dim db As Database Dim rst As DAO.Recordset Dim strSQL As String Dim flnm As String Dim appXl As Excel.Application Dim bookXl As Excel.Workbook...
  2. H

    Problem creating chart with 6 bar

    Good Morning Developers, I already create a query that consist of slag_inclusion, poros, i.f, l.o.p, crack, root_concavity. based on this query, I create a chart. But the problem is, the chart only showing 5 bar (that consist of poros, i.f, l.o.p, crack, root_concavity), but where is bar for...
  3. H

    Data label on chart not showing the percentage value

    Good Day Developers, so i already searching for many hours but can not find any answer for my problem. so i create a table called weld_performance. it consist weld_id, weld_prod, total_rt, accepted, rejected, and rejection rate. from weld_prod until rejection rate, the type data is number. the...
  4. H

    Create chart based on unbound textbox

    Good Day, I try to develop an access 2010 Forms that contains 1 or 2 charts. So my problem is, in my form i have 1 combobox and 5 unbound textbox. Inside Event OnChange combobox, there is function DCount that will setup value to the 5 unbound textbox. until this point, the 5 unbound textbox...
  5. H

    Hello Developers, I'm New Member

    Hello to all developers. My name is Hendy. I live in Batam, Indonesia, South East Asia. i'm fairly new to Ms.Access and want to learn from this forum. Thank's for your attention.
Back
Top Bottom