Re: setting hyperlink value in DAO 3.51 using an update query
From: Jeff Johnson [MVP: VB] (i.get_at_enough.spam)
Date: 05/14/04
- Next message: lance: "Re: setting hyperlink value in DAO 3.51 using an update query"
- Previous message: lance: "setting hyperlink value in DAO 3.51 using an update query"
- In reply to: lance: "setting hyperlink value in DAO 3.51 using an update query"
- Next in thread: lance: "Re: setting hyperlink value in DAO 3.51 using an update query"
- Reply: lance: "Re: setting hyperlink value in DAO 3.51 using an update query"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 May 2004 10:54:27 -0400
"lance" <here@there.com> wrote in message
news:ute0cEcOEHA.556@tk2msftngp13.phx.gbl...
> i'm trying to set the hyperlink value in an access database using DA0 3.51
> on a field who's data type is set to hyperlink (table was created in
> access2000, and converted to a previous version via the tools menu. my
> program interacts with the converted database). using an update query
like
> such....
>
> UPDATE Points SET Points.Hyperlink = "c:\id.jpg#c:\id.jpg" WHERE
> Points.ID_In_Project = 1;
>
> but the value after the "#" sign isn't being set as the link. am i
missing
> something?
What "previous version" was the database converted to and does that previous
version support the hyperlink data type?
- Next message: lance: "Re: setting hyperlink value in DAO 3.51 using an update query"
- Previous message: lance: "setting hyperlink value in DAO 3.51 using an update query"
- In reply to: lance: "setting hyperlink value in DAO 3.51 using an update query"
- Next in thread: lance: "Re: setting hyperlink value in DAO 3.51 using an update query"
- Reply: lance: "Re: setting hyperlink value in DAO 3.51 using an update query"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|