|
-
Oct 31st, 2003, 10:34 AM
#1
Thread Starter
Lively Member
Access 2000 VBA Question Hyperlinks
Hi,
Could someone please tell me how I can automatically have a hyperlink field populate with an address. I used the following code
Me!Photo = "C:\Photos\P0" & myid & ".jpg"
Me!Headshot is a hyperlink field displaying in a form. After another field is updated I want this field to populate automatically. The above line only seems to populate the text to display but not the hyperlink address.
Thank you.
-
Nov 4th, 2003, 07:03 PM
#2
Thread Starter
Lively Member
I think I figured it out. I need to insert # in the code below
Me!Photo = "#C:\Photos\P0" & myid & ".jpg#"
Once I added the pound sign it seemed to work.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|