Search results

  1. A

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

    Seems like I am going to have to play with this for a while because it is not coming out the way I want it to...thanks for ur help tho!
  2. 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.
  3. A

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

    "Set the Data Source for the for the form to MyQuery and the data source for the TextBox which will contain the desired field to MyField." ---This part is unclear. Nothing was made for "MyField", where is that... When you reference data source, is that the same as control source or are u...
  4. A

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

    Im sorry I am really slow at this, can you give me a sample code to play with? Is this as complicated as it reads?
  5. 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?
  6. 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?
  7. 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?
  8. 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...
  9. 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?
  10. 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...
  11. 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?
  12. A

    Append Multiple Tables?

    Thank you...works!
  13. A

    Updating Tables Constantly

    Thanks for the help...will look for it!
  14. 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"...
  15. A

    Updating Tables Constantly

    Thanks, but this is something that is going to be past around so linking the table only means that i will be using it at this specific location. I need it where I can have a button that someone presses and it will input the external data from a xls file. The xls file gets renamed incrementally...
  16. 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...
Top Bottom