M
MJ
I have seen a number of different issues out here about broken references and
coding. While I understand that the VB has NOT changed and should not be an
issue with our conversion, I have run across a problem with "missing or
broken references to the file 'utility.mda'.
The "Show help" button was anything but helpful. Can any of the
experts/peers out here tell me how we are supposed to fix this problem?
DoCmd.TransferText acExportDelim, _
"Latechrg Phase 5 Export Spec", "Qry3_BatchFile Phase5 FINAL", _
"\\1mpfs01\Databases$\Mainframe_Files\CLPLTCG5_" & _
Right(Format(Date, "yymmdd"), 5) & ".txt", True, ""
The Date is not recognized any longer. It looks like this error may be
related to this broken reference error (see the code above). If not, can you
tell me how to fix, it would be appreciated.
Thank you in advance for your assistance.
coding. While I understand that the VB has NOT changed and should not be an
issue with our conversion, I have run across a problem with "missing or
broken references to the file 'utility.mda'.
The "Show help" button was anything but helpful. Can any of the
experts/peers out here tell me how we are supposed to fix this problem?
DoCmd.TransferText acExportDelim, _
"Latechrg Phase 5 Export Spec", "Qry3_BatchFile Phase5 FINAL", _
"\\1mpfs01\Databases$\Mainframe_Files\CLPLTCG5_" & _
Right(Format(Date, "yymmdd"), 5) & ".txt", True, ""
The Date is not recognized any longer. It looks like this error may be
related to this broken reference error (see the code above). If not, can you
tell me how to fix, it would be appreciated.
Thank you in advance for your assistance.