A
Alvin
formA calls formB using the DoCmd.OpenForm method and
passes values using OpenArgs.
But under some conditions, formB.OpenArgs will be NULL and
I can't figure out why. It works some times but not others.
I can debug the code, and watch the DoCmds in formA get
built and I can verify that I am passing a non-null value,
but when formB loads, it is now Null!!
If I close Access (2002 on Windows 2000) and restart, this
generally fixes the problem, but not always.
Has anyone else run into this? Any suggestions for a fix?
TIA.
passes values using OpenArgs.
But under some conditions, formB.OpenArgs will be NULL and
I can't figure out why. It works some times but not others.
I can debug the code, and watch the DoCmds in formA get
built and I can verify that I am passing a non-null value,
but when formB loads, it is now Null!!
If I close Access (2002 on Windows 2000) and restart, this
generally fixes the problem, but not always.
Has anyone else run into this? Any suggestions for a fix?
TIA.