i used client.id1 as a sample table.field.
So, let me make sure i understand you now, you want to have 1 inserted picture and have it display 10 pictures, but not have the pictures linked to any database field.
I believe that unless you have the object repeating it will only print 1 image...you cannot insert 1 picture field into the page header/footer/etc and have it display multiple items at once, the object location formula must have some way to iterate, otherwise it will not know what # it should be on. (Sorry for the terrible sentence structure)
If each inserted image document is going to be it's own page you could use this:
IF pagenumber <10 then
(
"S:\IS\Tech Systems\APC\Crystal pictures\10_2010_02_17_Tysabri_QC Release_Page_0" & pagenumber & ".jpg"
)
else
(
"S:\IS\Tech Systems\APC\Crystal pictures\10_2010_02_17_Tysabri_QC Release_Page_" & pagenumber & ".jpg"
)
There is likely a better way, but i am working without caffiene yet today and without crystal currently running.
I think it may be simpler to insert each picture into it's own subsection.