Load Image from Database

I need to load an image from a database into an image control. The table that contains the image is not the same table that contains the report records. Is there a way to do this?

Although not stated (implied???) it seems you are talking about an image control in a report ( can have one in form).
Unfortunately, Report Builder will not handle multiple inputs (exception is for charts I believe). It must be part of the record - use a query to generate. Hope you are using links and not embedding the image!

If this answers your question please click on the :heavy_check_mark: (upper left area of answer).