M
Mike
Came across this odd error; can anyone explain?
Create a TABLE1 with one field named C1 long integer.
Go to immediate window, enter ?DSUM("C1","TABLE1")
You get:
Run Time error 3103; Circular reference caused by alias C1 in query
definition's select list.
Same thing happens with DMIN, DMAX, DAVG. Not a problem with field
names like A1, B1 or C2.
Can work around it by creating a query and aliasing the C1 column to
another name and run the domain function on that.
So what's special about C1?
Create a TABLE1 with one field named C1 long integer.
Go to immediate window, enter ?DSUM("C1","TABLE1")
You get:
Run Time error 3103; Circular reference caused by alias C1 in query
definition's select list.
Same thing happens with DMIN, DMAX, DAVG. Not a problem with field
names like A1, B1 or C2.
Can work around it by creating a query and aliasing the C1 column to
another name and run the domain function on that.
So what's special about C1?