Continuous Form Problem

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,
 
Last edited:
Hi,

Found a work around which is to display the info in a List box and have the listbox update a button, works much easier than a continuos form, would have prefered a continuous form, but this will do the job!


Gavin,
 

Users who are viewing this thread

Back
Top Bottom