Solved Referring to Custom Field Name Within Query (1 Viewer)

Weekleyba

Registered User.
Local time
Yesterday, 20:59
Joined
Oct 10, 2013
Messages
586
How do I fix this?
I have a query, were I've renamed a field.
I then am referring to that field in another fields expression.
When I do, it asks for the renamed field parameter. See below.

1643645341896.png


1643645373614.png
 

Gasman

Enthusiastic Amateur
Local time
Today, 02:59
Joined
Sep 21, 2011
Messages
14,265
I believe you would need to use another query?
Perhaps fully qualify with tablename.
 

Weekleyba

Registered User.
Local time
Yesterday, 20:59
Joined
Oct 10, 2013
Messages
586
Well, it appears that you cannot review to renamed field within the same query. I guess...
I got rid of the renamed fields and referred to the field with the related query that it came form.
Is that reason?
1643646788441.png
 

Minty

AWF VIP
Local time
Today, 02:59
Joined
Jul 26, 2013
Messages
10,371
You can still rename your field (more correctly called giving them an Alias) but simply refer to your original field name with the source table name before the field name - as per your second example.
 

Users who are viewing this thread

Top Bottom