This is hopefully very simple.
What I'm trying to do s generate a report of missing pictures. The pictures are named uniquekey.jpg if you know what I mean. I've written the VBA code to test whether the file exists... but now I need to know how to determine whether the record is displayed or not. Is there something along the lines of
If blah blah blah then
this record.shown = 0
end if
Or what is the best way to go about this?
Xhonzi
What I'm trying to do s generate a report of missing pictures. The pictures are named uniquekey.jpg if you know what I mean. I've written the VBA code to test whether the file exists... but now I need to know how to determine whether the record is displayed or not. Is there something along the lines of
If blah blah blah then
this record.shown = 0
end if
Or what is the best way to go about this?
Xhonzi