reports/bitmaps

  • Thread starter Thread starter davidigpond.com.au
  • Start date Start date
D

davidigpond.com.au

ACCESS 2000, I have designed a form for users to place
thier company information including their logo or a pic, i
want this pic to appear on all reports, however all the
reports are not related to this form.
Can i imbed the image in the various reports and link it
to the form some how?
 
1) Ensure the form containing the Image control(s) that holds the
Logo(s) is open. It does not have to be visible but it must be open.
2) In the Report's Open event or the specific section's Format event do
something like:
Me.WhateverYouNamedTheImageControlINTHisREport.Picture =
Forms!WhateverTheNameOfYourFormIs.THeImageCOntrolsName.Picture

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top