Please support our MS Access and FileMaker Pro advertiser: Programming Forums
Views: 1438 | Replies: 2
![]() |
•
•
Join Date: Mar 2006
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
Access 97
I am developing a system and am getting the following error on compilation - "Cyclic reference of projects not allowed".
The help system advises me to resolve the reference but doesn't say how. The compilation window does not highlight the error in the code and I can't figure where to start.
Can anybody suggest a method/strategy to resolve this problem. I am a reasonably experienced Access 97 developer but this one baffles me.
Help!!!
Ken (UK)
I am developing a system and am getting the following error on compilation - "Cyclic reference of projects not allowed".
The help system advises me to resolve the reference but doesn't say how. The compilation window does not highlight the error in the code and I can't figure where to start.
Can anybody suggest a method/strategy to resolve this problem. I am a reasonably experienced Access 97 developer but this one baffles me.
Help!!!
Ken (UK)
•
•
Join Date: Jul 2005
Location: Dallas, TX
Posts: 482
Reputation:
Rep Power: 4
Solved Threads: 19
cyclic reference means you have fields that try to compute off of each other that form a loop.
Something like
Field a = b+1
Field b = c+1
Field c = a+1
you need to figure out where this chain/loop is and break the cycle. without having details of your setup, it's hard to give you any more specific help
Something like
Field a = b+1
Field b = c+1
Field c = a+1
you need to figure out where this chain/loop is and break the cycle. without having details of your setup, it's hard to give you any more specific help
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)





Linear Mode