triggermorf
New member
I have created a drop down list that acts as a search field for my website. The user selects an option then clicks GO. When the user has selected an option from the drop down list they will get a display of images from an access database using ASP classic. The only problem is I keep getting the following error "Microsoft VBScript runtime error '800a000d, Type mismatch". The image links are stored in the database table as OLE Object. The line is "<%=customerRs("med_link") & "*"%>". I am sure the error is coming from the image links been stored as OLE Objects in the access database. Can anyone help me with this?