I hope somebody can help me with this.
Im trying to write to a list that is found through a global variable.
Ive declared the global and is working correctly
Do I need to change the syntax?
Forms("TAGS").gbl_gtype.AddItem gbl_gherdno
if i write it like this
Forms("TAGS").SM3.AddItem gbl_gherdno it works o.k
Thank you in advance