B
Bill T.
In Access 2000, I always just used [Forms]![FormName]!
[SubformName]![ControlName] to supply a parameter via a
control on a subform. I'm now attempting to run an Access
2000 database under Access 2003, and it appears this
doesn't work. Changing this to a "fully qualified"
reference (i.e. [Forms]![FormName]![SubformName].Form!
[ControlName]) DOES work, though. Do I really need to
adjust all my queries to make this run under Access 2003?
Or maybe I just need to add an extra library Reference?
If I need to "fix" the queries (100's of them), can I do
this via some sort of "find and replace"?
Thanks in advance.
-- Bill T.
P.S Access 2002 didn't have this problem.
[SubformName]![ControlName] to supply a parameter via a
control on a subform. I'm now attempting to run an Access
2000 database under Access 2003, and it appears this
doesn't work. Changing this to a "fully qualified"
reference (i.e. [Forms]![FormName]![SubformName].Form!
[ControlName]) DOES work, though. Do I really need to
adjust all my queries to make this run under Access 2003?
Or maybe I just need to add an extra library Reference?
If I need to "fix" the queries (100's of them), can I do
this via some sort of "find and replace"?
Thanks in advance.
-- Bill T.
P.S Access 2002 didn't have this problem.