我用
Set imgPhoto.DataSource = rs
imgPhoto.DataField = rs.Fields("相片").Name
显示图片,但是遇到一个记录 rs.Fields("相片").Value= NULL 的

Set imgPhoto.DataSource = Nothing
imgPhoto.DataField = ""
imgPhoto.Refresh(去掉也不行)
却不能将已显示的图片清空,请高手指点,有什么办法能清空Image里的图片