B
Boon
Hi,
I am creating a query that I want to get the field name. How can I do this.
I have a table with 2 fields. (Loc_ID (TEXT) ; Rate (DOUBLE))
I want to create a qeury that shows the result in this format (Loc_ID (TEXT)
; ITEM (TEXT) ; NUMBER (DOUBLE))
in the ITEM field I want every row has a word "Rate" which is the same name
as the field's name in my original table. The point is I do not want to
manually type "Rate" in the query every time. I want to have the query
extract the field's name automatically.
Thanks a lot.
Boon
I am creating a query that I want to get the field name. How can I do this.
I have a table with 2 fields. (Loc_ID (TEXT) ; Rate (DOUBLE))
I want to create a qeury that shows the result in this format (Loc_ID (TEXT)
; ITEM (TEXT) ; NUMBER (DOUBLE))
in the ITEM field I want every row has a word "Rate" which is the same name
as the field's name in my original table. The point is I do not want to
manually type "Rate" in the query every time. I want to have the query
extract the field's name automatically.
Thanks a lot.
Boon