D
djc
I need both formA and formB to access and manipulate the same dynamic array
variable. FormB is called *from* formA.
1) can I declare it in the load event of formA as public?
2) do I need to declare it in a seperate code module?
3) would either of 1 or 2 work?
thanks in advance.
variable. FormB is called *from* formA.
1) can I declare it in the load event of formA as public?
2) do I need to declare it in a seperate code module?
3) would either of 1 or 2 work?
thanks in advance.