NEWER USER,
Perhaps you didn't see my reply... I pasted below...
Yes, it sounds kinda close to what I have... I have to go out for a bit,
but when I come back I am going to break it out of the database it's in and
then I can either send it to you OR, I have decided to put it on my web
site, you can download it. (I decided to do this yesterday when I came
across your question, so I already started.)
With mine, you can make the form any size you want and since the chart is on
the form you can size it any size to fit on the form. Mine also has a way
to print it to a report.
--
Gina Whipp
2010 Microsoft MVP (Access)
"I feel I have been denied critical, need to know, information!" - Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
"dmasch" <(E-Mail Removed)> wrote in message
news:E75C80E6-5473-4346-8E23-(E-Mail Removed)...
> Hi Gina, Duane and Douglas,
> Sorry if this duplicates, I tried replying twice this morning and it still
> has not posted. Gina, it seems you have a similar solution in your
> program,
> if you could send instructions for setup that would be great, thanks.
> Basically, I want a rectangle's width controlled by a precentage field
> within the form. Hopefully this is possible.
> Thanks,
> dmasch
>
> "dmasch" wrote:
>
>> http://msdn.microsoft.com/en-us/library/dd758785.aspx
>> This website gives a good description of how to use a small amount of
>> coding
>> to have a rectangle controlled by a field value on a report appear as a
>> bar
>> graph when you print preview. I would like to do something very similar,
>> show a bar graph within a form based on a field's percentage (between 0
>> and
>> 1). In the example they put the code into the OnFormat event property.
>> I
>> would like my bar graphs to appear upon opening the form. Hope that I
>> can
>> use very similar code as in the example but what would I put it in...
>> OnLoad,
>> OnQuery?
>>
>> Any suggestions would be most appreciated. Thanks in advance!