JustME
|
| Posted: 06/14/2002, 1:17 AM |
|
I am not saving images in the database but i am typing the name of the image in a field (e.g reg_url contain text logo.jpg).now what i want to do is add
<a href="www.asb.com"><img src="../images> </as> around it how can i do that
|
|
|
 |
images
|
| Posted: 06/14/2002, 1:26 AM |
|
Hi,
Just save the file name in a database field.
And add in the Before Show Event of the form:
fldImage = "<image src='&fldImage&'>"
O don't forget to check the HTML option in the form with the field.
That is all
Regards,
Marco
www.adenin,.nl
|
|
|
 |
|