S
Sandy
I am running an MS Access 2003 application managing a clinical practice with
similar front end databases containing the code on the PC of a clinician and
that of his secretary and the backend on a server to which both are linked.
One of the functions is to generate letters in Word from clinics on a
specified day. This procedure has worked without any problems for a year or
so and continues to work on the clinician's PC. However, when the secretary
activates the procedure it gets to a certain point before hanging with the
error message above.
The procedure is a long one but the block (fills fields for insertion in a
table in the word template) during which the error occurs is:
prps.Item("CopyAddress").Value = strPtCopy
prps.Item("BMI").Value = strBMI
prps.Item("DMDuration").Value = strDMDurn
prps.Item("Smoker").Value = strSmoker
prps.Item("BP").Value = strBP
prps.Item("Proteinuria").Value = strProteinuria
*prps.Item("Creatinine").Value = strCr*
prps.Item("eGFR").Value = strGFR
prps.Item("LDL").Value = strLDL
prps.Item("HbA1").Value = strHbA1
after the starred line. I cannot detect any problems in the immediate area
of the error and I would be most grateful for suggestions about how I should
go about identifying its cause. In the past this type of mystifying error has
been associated with absent references, but these are all present.
Sandy
similar front end databases containing the code on the PC of a clinician and
that of his secretary and the backend on a server to which both are linked.
One of the functions is to generate letters in Word from clinics on a
specified day. This procedure has worked without any problems for a year or
so and continues to work on the clinician's PC. However, when the secretary
activates the procedure it gets to a certain point before hanging with the
error message above.
The procedure is a long one but the block (fills fields for insertion in a
table in the word template) during which the error occurs is:
prps.Item("CopyAddress").Value = strPtCopy
prps.Item("BMI").Value = strBMI
prps.Item("DMDuration").Value = strDMDurn
prps.Item("Smoker").Value = strSmoker
prps.Item("BP").Value = strBP
prps.Item("Proteinuria").Value = strProteinuria
*prps.Item("Creatinine").Value = strCr*
prps.Item("eGFR").Value = strGFR
prps.Item("LDL").Value = strLDL
prps.Item("HbA1").Value = strHbA1
after the starred line. I cannot detect any problems in the immediate area
of the error and I would be most grateful for suggestions about how I should
go about identifying its cause. In the past this type of mystifying error has
been associated with absent references, but these are all present.
Sandy