As to your first question, I am not even sure. I didn't even consider the idea about using a table. I think that might work a lot better for me as I used a lot of code to determine which sticker to use as an image, based on the value given by the skill instructor and stored in the camper table.

All I did was to use the Insert Image button, place the image, and save. So the image would not be in any table, just remembered by the program somehow. I imagine it builds its own internal library somehow.

So are you saying that by using the table for filename and path, and using code, I won't need to insert any image?

The nice bits about this approach in my view as a student...

1. It doesn't rely on any internal memory, but the info is retrieved from a table each time
2. It allows the user to change any paths as necessary (i.e. when a file folder names are changed).

Anyway, that is a big change for me for a future date, as I need this working now if possible.

I found another suggestion to change the size mode of each image from Zoom to Stretch, which I have now done, and it is working in Print Preview. Perhaps that means it will print on cardstock now as well. If so, I will set the rest of this aside til fall. If not, then I will be back tomorrow. :S

I also found a suggestion, for an update: https://support.microsoft.com/en-us/...2016-kb3114379. I haven't done this yet, but my previous database was actually 2010 (not 07) and the current is 2016.

GaryJ