dbTalk Databases Forums  

Draw an Arrow on an Access report ?

comp.databases.ms-access comp.databases.ms-access


Discuss Draw an Arrow on an Access report ? in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
HS Hartkamp
 
Posts: n/a

Default Draw an Arrow on an Access report ? - 04-20-2009 , 06:18 PM






Hi all,

I made a very nice looking report for one of my clients, and he now asks me
to put an arrow in the report header. I agree it would make the layout
better.

The easy answer would be to say that Access does noet support this, but
before I do that: Does anyone know if this is at all possible ? (even though
the Microsoft boys did not put it in) [A2007]


Any suggestions ?

Thanks in advance,

Bas Hartkamp



Reply With Quote
  #2  
Old   
Salad
 
Posts: n/a

Default Re: Draw an Arrow on an Access report ? - 04-20-2009 , 06:35 PM






HS Hartkamp wrote:

Quote:
Hi all,

I made a very nice looking report for one of my clients, and he now asks me
to put an arrow in the report header. I agree it would make the layout
better.

The easy answer would be to say that Access does noet support this, but
before I do that: Does anyone know if this is at all possible ? (even though
the Microsoft boys did not put it in) [A2007]


Any suggestions ?

Thanks in advance,

Bas Hartkamp


A command button with a left/right/up/down arrow?

There's some controls that can use the picture property. Might not be
what you need.



Reply With Quote
  #3  
Old   
Albert D. Kallal
 
Posts: n/a

Default Re: Draw an Arrow on an Access report ? - 04-20-2009 , 11:13 PM



No, but what you could do is launch a form with the data sheet as a
sub-form.

The user could set the sorting and filter options using that drop down
interface to get the data exactly he way they want....

The, in the top of part of the form, you have a button to launch the
report...


dim strReport as string

strReport = "report Name goes here"

docmd.OpenReport strReport,,,me.SubForm.Form.Filter
reports(strReport).Orderby = me.SubForm.OrderBy
reports(strReport).Orderbyon = true


--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pleaseNOOSpamKallal (AT) msn (DOT) com




Reply With Quote
  #4  
Old   
tina
 
Posts: n/a

Default Re: Draw an Arrow on an Access report ? - 04-21-2009 , 12:12 AM



you can draw a plain and simple arrow by positioning three line objects, in
report Design view, the same way you'd draw an arrow on a piece of paper,
using three lines.

hth


"HS Hartkamp" <hartkamp (AT) wanadoo (DOT) nl> wrote

Quote:
Hi all,

I made a very nice looking report for one of my clients, and he now asks
me
to put an arrow in the report header. I agree it would make the layout
better.

The easy answer would be to say that Access does noet support this, but
before I do that: Does anyone know if this is at all possible ? (even
though
the Microsoft boys did not put it in) [A2007]


Any suggestions ?

Thanks in advance,

Bas Hartkamp





Reply With Quote
  #5  
Old   
Larry Linson
 
Posts: n/a

Default Re: Draw an Arrow on an Access report ? - 04-21-2009 , 01:16 PM



"HS Hartkamp" <hartkamp (AT) wanadoo (DOT) nl> wrote

Quote:
I made a very nice looking report for one of my
clients, and he now asks me to put an arrow in
the report header. I agree it would make the
layout better.
Others have assumed that you want the arrow to have some functionality
(which you did not state). If you do not, then there are a number of fonts
(of symbols) that have various arrow characters. Depending on the
(unstated) details, you might have to restructure your controls and labels
to use a different font for that one character.

Larry Linson
Microsoft Office Access MVP



__________ Information from ESET Smart Security, version of virus signature database 4025 (20090421) __________

The message was checked by ESET Smart Security.

http://www.eset.com






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.