
Originally Posted by
Middlemarch
Hi Ruegen,
Fascinating sort of task this, and I have got there, I think !!
The command 'CustomPicture: iif(Form_FrmMyTest![B Side Title Comment]=true,"",[Image244])'. was failing. First I thought because
B Side Title Comment is also a custom field. But then I figured that is part of the underlying query for the Form and should be based on the Table.
So I changed it and running up the query shows Custom Picture field has a filespec to a bmp when my Yes/No field is ticked, and is empty where it's false.
Is that about right so far?
In my Form I have an image control and it's control source is CustomPicture. And Viola! my graphic shows where and when it should
But there's a But! I didn't add requery or anything else (yet) and that might be part of it... but it is too slow loading the image. It's pretty small (under 2k)
but could I try and embed it in the database to see if it would it be faster. there's about 18000 rows or records in the Form.
A zillion thanks for sticking with me over this!