gjblackford
Registered User.
- Local time
- Today, 16:13
- Joined
- Jul 17, 2006
- Messages
- 10
Hi,
I am trying to create a continuous form that will have a list of labels with Hyperlink Addresses, my problem is I cant find away of populating the correct Hyperlink addresses to the labels, my first thought was to use the On Current event, but that doesn't fire until you enter the record on the form (so if I use it all my records have the same Hyperlink Address)
I could have just had an onclick event on the label, but as I need to also update the captions of the labels as the form is opened this makes it more complicated.
The data used to populate the data is comming from a Query.
Does anyone have any ideas how in a Continuos form I can achieve this.
Thanks,
Gavin,
I am trying to create a continuous form that will have a list of labels with Hyperlink Addresses, my problem is I cant find away of populating the correct Hyperlink addresses to the labels, my first thought was to use the On Current event, but that doesn't fire until you enter the record on the form (so if I use it all my records have the same Hyperlink Address)
I could have just had an onclick event on the label, but as I need to also update the captions of the labels as the form is opened this makes it more complicated.
The data used to populate the data is comming from a Query.
Does anyone have any ideas how in a Continuos form I can achieve this.
Thanks,
Gavin,
Last edited: