A
AG
I have two Access 2000, properly split, applications deployed at a client.
Both are quite complex (58,000 and 26,000 lines of code) and connect to
three (the same) backends.
Anywhere from 2 to 15 users each, read/write.
Occassionally, I get error 2455 (You entered an expression that has an
invalid reference to the property Form/Report) on lines like the following:
If Me!MySubform.Form.RecordsetClone.RecordCount > 0 then
Me!MySubform.Form.MyPublicFunction
If Nz(Me!MySubform.Form.!SomeControl,"") <> "" Then
This and similar code runs thousands of time each day with no problem, but I
only occassionally get the error.
Distributing and mde vs. mdb seems to make little or no difference.
Once in a while I also receive error 3020 (Update or CancelUpdate without
AddNew or Edit), in the BeforeUpdate event of a bound (main or sub) form.
I hve not been able to duplicate either error myself on my machines, or at
client via TS.
The client's network is somewhat slow and some of the routines that run when
changing main form records sometimes take a noticeable amount of time.
Can anyone offer any ideas of what might be the cause, and/or solution?
We do have a project in the works to convert to SQL Server back end and
Access 2007 front end, but it has been put on hold for a while.
Both are quite complex (58,000 and 26,000 lines of code) and connect to
three (the same) backends.
Anywhere from 2 to 15 users each, read/write.
Occassionally, I get error 2455 (You entered an expression that has an
invalid reference to the property Form/Report) on lines like the following:
If Me!MySubform.Form.RecordsetClone.RecordCount > 0 then
Me!MySubform.Form.MyPublicFunction
If Nz(Me!MySubform.Form.!SomeControl,"") <> "" Then
This and similar code runs thousands of time each day with no problem, but I
only occassionally get the error.
Distributing and mde vs. mdb seems to make little or no difference.
Once in a while I also receive error 3020 (Update or CancelUpdate without
AddNew or Edit), in the BeforeUpdate event of a bound (main or sub) form.
I hve not been able to duplicate either error myself on my machines, or at
client via TS.
The client's network is somewhat slow and some of the routines that run when
changing main form records sometimes take a noticeable amount of time.
Can anyone offer any ideas of what might be the cause, and/or solution?
We do have a project in the works to convert to SQL Server back end and
Access 2007 front end, but it has been put on hold for a while.