Hi,
Does anyone know if it is possible to create a form with text boxes from a UDT? For example:
Public Type a_UDT
a as string * 1
b as string *1
End Type
The above would create a form with 2 text boxes called a_UDT.a and a_UDT.b.
Furthermore, is it possible to loop through the elements of a UDT and populate the text boxes?
Thanks,
Steve
Does anyone know if it is possible to create a form with text boxes from a UDT? For example:
Public Type a_UDT
a as string * 1
b as string *1
End Type
The above would create a form with 2 text boxes called a_UDT.a and a_UDT.b.
Furthermore, is it possible to loop through the elements of a UDT and populate the text boxes?
Thanks,
Steve