display Grid view images on report

bee55

Registered User.
Local time
Today, 10:49
Joined
Oct 27, 2011
Messages
50
hello every body
how can i display multi images on 1 page as a grid view in access report
thanks
 
Use the "Border" property of the various controls.
 
Having a similar question. How can one coax the borders of the text boxes to be displayed on the printout? I have set the Gridline Style properties to Solid in place of transparent but still does not show on a print.

TIA
 
Use the "Border" property of the various controls.

that is not my point
the default view of report is List view and i want to display images in a Grid view mean for example 4 images per line.
please have a look at attachment to see how i want to display my images

in other words i need viewing of report to be in 4 columns
 

Attachments

  • Photos_Page_1.jpg
    Photos_Page_1.jpg
    22.1 KB · Views: 247
Last edited:
Go into Page Setup and click on the columns tab. Enter the number of columns that you can sensible display so in your example, set 3.

You will need to reduce the width of your report to approx the width of 1 column i.e. you report will be as wide as one image.

hth
 
Go into Page Setup and click on the columns tab. Enter the number of columns that you can sensible display so in your example, set 3.

You will need to reduce the width of your report to approx the width of 1 column i.e. you report will be as wide as one image.

hth

thank you
this solve issue
 

Users who are viewing this thread

Back
Top Bottom