My Query:
If [Image_Source] = "\Images\Not Available\" Then If [Source_ID] = "37**" Or "38**" Then Set [Image_Source] = "\Images\Microfiche"
I'm aware that this is writtten horribly wrong, but as i am not acquainted with using SQL to write queries i think it serves well enough to show what i am attempting to do...
If [Image_Source] = "\Images\Not Available\" Then If [Source_ID] = "37**" Or "38**" Then Set [Image_Source] = "\Images\Microfiche"
I'm aware that this is writtten horribly wrong, but as i am not acquainted with using SQL to write queries i think it serves well enough to show what i am attempting to do...