[AccessD] =function() in .onclick

chris at thecube.net chris at thecube.net
Tue Jan 13 04:24:13 CST 2004


Hi All,

Instead of writing 54 event procedures, i simply iterate through a collection of checkboxes and set
their AfterUpdate property to a function like so:

for index = 1 to 54
me("chkTemplate" & index).Afterupdate = "=toggleTemplate(" & index & ")"
next

now, on some Access 2000 installs this works fine, yet on others it baulks at trying to put a
function straight into the event like above.

Am I doing anything wrong?

Cheers

Chris



More information about the AccessD mailing list