I have an array within one form in my project containing no more than 60 entries which I need to use on another form in my project. I've tried using

frmInterface.<arrayname> = <stuff>

but that gives an error. Is there any way of referencing arrays on different forms? If so can somebody please let me know!

TIA

BioS