Results 1 to 4 of 4
  1. #1
    cowboy is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Jan 2010
    Posts
    291

    Expression builder error, circular reference

    Any ideas why this would give me a circular reference error?



    =IIf([Forms]![f_Month]![R_Catagory]="Extra",[Text21]=[Text8],[Text21]="")

    Thanks.

  2. #2
    dsmacs is offline Advanced Beginner
    Windows XP Access 2010 (version 14.0)
    Join Date
    Oct 2009
    Location
    Perth Western Australia
    Posts
    52
    Try doing the if statement in the underlying query...

  3. #3
    cowboy is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Jan 2010
    Posts
    291
    how would i do that if the text boxes are on the form?

  4. #4
    cowboy is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Jan 2010
    Posts
    291
    Figured out how to make it work, still not sure why that was a circular reference but the formula I ended up using was:

    =IIf([Forms]![f_Month]![R_Catagory]="Rent",[Forms]![f_Month]![Amount Debit])

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Syntax error (comma) in query expression?
    By TheWolfster in forum Queries
    Replies: 5
    Last Post: 05-10-2010, 12:02 PM
  2. Expression Builder: If DateValue
    By Rip22 in forum Queries
    Replies: 4
    Last Post: 03-09-2010, 10:51 AM
  3. Syntax error (comma) in query expression
    By KLynch0803 in forum Programming
    Replies: 3
    Last Post: 01-18-2010, 03:35 AM
  4. Replies: 1
    Last Post: 10-07-2009, 07:36 AM
  5. Expression Builder
    By mistaken_myst in forum Access
    Replies: 2
    Last Post: 05-07-2008, 01:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums