Recent content by mliungman

  1. M

    Dynamically set chart title from source data

    Darn. Making it that simple makes me look really dumb... ;)
  2. M

    Dynamically set chart title from source data

    Hi! Weird! I was about to explain my problems in more detail, then started reading about the Control.Move method you mentioned. I was not able to get the actual method to work, HOWEVER, when I redefined myChart to "dim myChart as Control", everything else in the original code started to work...
  3. M

    Dynamically set chart title from source data

    Thanks again for your input! An update on the Title part: I can see how your chart title changes correctly. I saw in your example database that your chart has a whole query as rowsource. My rowsource is actually a select query based on the query with the name I need to retrieve. That is, I have...
  4. M

    Dynamically set chart title from source data

    Thank you for your valueable input!My goal is this: I have a table with locations and dates where several chemical substances have been sampled. The different substances are in different fields. I want to loop through all the substance fields and create a chart for each. I could probably do this...
  5. M

    Dynamically set chart title from source data

    Hi! I am creating a form with multiple charts from a chemical dataset. I have created all queries together with a "blueprint" chart, designed to fit my needs. Now I want to copy this chart, paste it into the form at a specific position and then change the rowsource to show the next parameter in...
Back
Top Bottom