G
Guest
I have a form which displays real estate information for a building, plus a
button which opens another form with contains a photo image of the building.
I have two tables. The first is the building information and the second is
the image path information. The tables are related by the Building ID field
in both.
I would like to adjust the properties of the button on the first form, so
that it is grayed out if there is no image of the property contained on the
second form. (If there is an image associated with the record, then the
button is black and clickable.)
How do I evaluate the availability of a related record and then use it to
adjust the properties of the button control?
Thanks for your help!
button which opens another form with contains a photo image of the building.
I have two tables. The first is the building information and the second is
the image path information. The tables are related by the Building ID field
in both.
I would like to adjust the properties of the button on the first form, so
that it is grayed out if there is no image of the property contained on the
second form. (If there is an image associated with the record, then the
button is black and clickable.)
How do I evaluate the availability of a related record and then use it to
adjust the properties of the button control?
Thanks for your help!