Search results

  1. A

    Pivotcharts, Graphs Export

    I do not know why this has been so difficult. I have search google and even this forum. There is no clear cut explanation on how to build a button on a form to export a pivotchart to a jpg. Does anyone know how this can be done. please show code.
  2. A

    Forms, Query, Column Headins...Oh MY!

    I have about 10 columns with data in each column...the columns dont need to show every time. I want to set it up where the user pics the column heading from a drop-down menu and then that column alone will show, none of the other columns are visible...can this be done?
  3. A

    Query Set-up with special column headings

    I have about 10 columns with data in each column...the columns dont need to show every time. I want to set it up where the user pics the column heading from a drop-down menu and then that column alone will show, none of the other columns are visible...can this be done?
  4. A

    PivotTable Form...

    I made a form that uses the pivot chart view...does anyone know how to link that form to a button so that it opens in pivot chart view? When I do it now, it opens in form view and not in pivot chart view...Any help?
  5. A

    Queries - PivotChart View

    I am made a query, but I want the query to always open up in the PivotChart View...how do I do that? Even simpler: I want to have a button created on the initial form that opens when database starts, which will then open the pivotchart view with the person having the ability to drag items in...
  6. A

    Chart List

    I had another idea...is it possible to have a pivot table where the series available to drag to the chart would be the different column headings with their values associated?
  7. A

    Charts with Dynamic Data, But Static Fields! HELP

    I needed to have a chart generated based on selections from a combo box...how do I link the two? Example: I am inputing the bold information from 4 separate combo drop down menus: Date Start: 8/2/06 - X axis (dates) Date End: 10/10/06 Location: New York City - legend (changes...could be LA...
  8. A

    Chart Toppers!

    I needed to have a chart or graph be robust. The person will need to select date ranges, various x and y values...is there a way to do this easily in the wizard?
  9. A

    Append Multiple Tables?

    I have two tables I want to update...One table is a lookup table (Dates) and the other holds most of the information (History). I then have a query that finds the information i need that will be appended to both tables. One field in the query needs to update the dates in the lookup table "dates"...
  10. A

    Updating Tables Constantly

    I will be updating a table in my database every week, via imports from a xls file. What I have going on now is a very inefficient way of updating. What I do is import into a table (x) and just keep adding to the table through the import wizard saying add to exsiting table. Then do a make-table...
Back
Top Bottom