A
Arvi Laanemets
Hi
When opening a form using DoCmd.Openform method, the last parameter can be
used to pass a parameter to form's Open event. My question is, can this
parameter be an array? I need to send 3 different values (a string, an
integer and a date) to form. Of course I can create a text string formatted
accordingly and then in forms Open event initialize 3 different variables
from it, but is there an easier way. (My application must be compatible with
Access2000.)
I searched and did find out, that for functions/procedures is it possible to
pass an array as parameter. What about Form and it's OpenArgs property?
Thanks in advance!
Arvi Laanemets
When opening a form using DoCmd.Openform method, the last parameter can be
used to pass a parameter to form's Open event. My question is, can this
parameter be an array? I need to send 3 different values (a string, an
integer and a date) to form. Of course I can create a text string formatted
accordingly and then in forms Open event initialize 3 different variables
from it, but is there an easier way. (My application must be compatible with
Access2000.)
I searched and did find out, that for functions/procedures is it possible to
pass an array as parameter. What about Form and it's OpenArgs property?
Thanks in advance!
Arvi Laanemets