G
Guest
Okay, the circular reference error went away after I specified the
within the function.
Jarrod
within the function.
Jarrod
ExcessAccess said:I entered this:
PageNum: Iif(IsNull([PageNum]), "", Iif(IsNumeric([PageNum]), "Catalog Page
", "Supplement Page ") & [PageNum]
And I got this error:
"Circular reference caused by alias 'PageNum' in query definition's SELECT
list."
What does that mean?
Thanks for the continuing assistance.
Jarrod
John Vinson said:Some of the records do not have any data in this particular field (Some
products are not in any printed catalogs). For those records, the field
needs to remain NULL.
So nest the IIF's:
Iif(IsNull([PageNum], "",
Iif(IsNumeric([PageNum]), "Catalog Page ", "Supplement Page ") &
[PageNum]
John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps