i have a problem with hyperlinks. I have a table "customer" with name, address, etc.. and the path to open a file containing the customer's logo.
i design 2 forms (with unbound fields). the first one is to enter the information relative to the new customer. the second form opens when the user enters the customerID number. The problem is that the hyperlink set for the logo is inactive ?? it looks like a regular hyperlink...but it's not working.
But if i enter the path right in the table instead of entering thru the 1st form then it's working !!! very frustuating...
any idea? if i click on hyperlink properties, then the path is missing!!!
I used ADO to set the recordset
rst.("fields")=me![logo].value
any idea??