Base: Images in Reports

Hi! I am looking for a way to generate reports out of my Base-Database that include images. The images are different for every entry. Like a member-database with a pic for every member. I would like to export all the members an their pics into a nice printable table format.

Please help me with it. Thanks!

First you need to make a table with a cell that is capable of inserting pictures. ‘Picture [LONGVARBINARY]’.

After that you need to make a form of this table for inserting records and a field for uploading pics.

Now go to reports and create a report for the table.

That’s it

Similar to this question

When I create a new table, or edit an existing table, I see no option for Picture [LONGVARBINARY].
i am using Version: 4.2.7.2
Build ID: 420m0(Build:2)
The closest match is ‘Binary[VARBINARY]’
Is this related to my version of LO?
What should I do?

‘this question’ linked above refers to a Form and not a Report.

In my Base it is Image[LONGVARBINARY]

Having got the pictures into the table
proceed to the form WIZARD and using this
with your table of pictures you should be able
to automatically have the report generated