Hello,
I have a form that allows multiple users to sign an agreement. combo box (cboyesno) choices are
Undecided, Yes, No
I have a continuous form that reviews all the open agreements where all parties have not selected Yes. These are open agreements.
I would like to display a nice custom image that will display either a check image, cross image or blank image depending on the selection in the users cboYesNo.
I tried an OLE object field in the table of tblYesNo and insert the image for each selection and reference them on the continuous form but cannot get the image to appear.
Is this the right approach?
Below is an example of what i want to achieve but obviously the individual records will have different results
I have a form that allows multiple users to sign an agreement. combo box (cboyesno) choices are
Undecided, Yes, No
I have a continuous form that reviews all the open agreements where all parties have not selected Yes. These are open agreements.
I would like to display a nice custom image that will display either a check image, cross image or blank image depending on the selection in the users cboYesNo.
I tried an OLE object field in the table of tblYesNo and insert the image for each selection and reference them on the continuous form but cannot get the image to appear.
Is this the right approach?
Below is an example of what i want to achieve but obviously the individual records will have different results

Last edited: