•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the MS Access and FileMaker Pro section within the Web Development category of DaniWeb, a massive community of 427,744 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,850 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our MS Access and FileMaker Pro advertiser: Programming Forums
Views: 1382 | 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: 481
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
![]() |
•
•
•
•
•
•
•
•
DaniWeb MS Access and FileMaker Pro Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- Are programmers the most frustrated lot? (IT Professionals' Lounge)
- frustrated newbie needs help (C++)
- New to php and getting frustrated (HTML and CSS)
- New to php and getting frustrated (PHP)
Other Threads in the MS Access and FileMaker Pro Forum
- Previous Thread: Microsoft Access Question?
- Next Thread: Problem with Composite Key in MS Access


Linear Mode