Hi,
Hoping someone out there can help with a very frustrating problem...
Have a database created in A2k, works fine on my machine (Windows 2k),
however when running it (an MDE file) on an XP machine, it produces an
error on the following line:
DoCmd.OpenForm strFrm, , , , , , strOA
'strFrm' and 'strOA' are passed to the procedure as
'frmCreatePropo sal' and 'PE'. The error says it cannot find form name
'PE', which is actually the opening argument, not the form name. For
some bizarre reason, it seems to be interpreting the opening argument
as the form name, but only on the XP machine. Is this potentially a
Windows 2k/XP problem, or an MDE problem??
Any insights/suggestions/solutions will be most welcome.
Thanks.
Hoping someone out there can help with a very frustrating problem...
Have a database created in A2k, works fine on my machine (Windows 2k),
however when running it (an MDE file) on an XP machine, it produces an
error on the following line:
DoCmd.OpenForm strFrm, , , , , , strOA
'strFrm' and 'strOA' are passed to the procedure as
'frmCreatePropo sal' and 'PE'. The error says it cannot find form name
'PE', which is actually the opening argument, not the form name. For
some bizarre reason, it seems to be interpreting the opening argument
as the form name, but only on the XP machine. Is this potentially a
Windows 2k/XP problem, or an MDE problem??
Any insights/suggestions/solutions will be most welcome.
Thanks.
Comment