M
Marco
Hi. I have a front-end and back-end system. I have one backend and serveral
front-ends.
All front ends are using access 2003 and windows xp with last updates.
In one computer I returning me the error "Run-Time Error 2501" this the last
code line in the following code:
"Dim strMapa As String
Select Case Me.Frame2
Case 1
strMapa = "12_rpt_Producoes_NotaProducao_PorNumero_qry"
Case 2
strMapa = "rpt_Producoes_RFT_datas_qry"
Case 3
strMapa = "rpt_Producoes_NotaProducao_PorDatas"
End Select
DoCmd.OpenReport strMapa, acPreview" <--- This one.
What is happening in this computer???
Regards,
Marco
front-ends.
All front ends are using access 2003 and windows xp with last updates.
In one computer I returning me the error "Run-Time Error 2501" this the last
code line in the following code:
"Dim strMapa As String
Select Case Me.Frame2
Case 1
strMapa = "12_rpt_Producoes_NotaProducao_PorNumero_qry"
Case 2
strMapa = "rpt_Producoes_RFT_datas_qry"
Case 3
strMapa = "rpt_Producoes_NotaProducao_PorDatas"
End Select
DoCmd.OpenReport strMapa, acPreview" <--- This one.
What is happening in this computer???
Regards,
Marco