G
Guest
Good evening all,
I need to reference a column from a query in another column and I don't know
how, or even if it is possible.
Basically, say a field in the query from the table is birth date, I create
one column in my query to say 'Days Old: [Birth_Date] - Date()' so I get how
many days old the person is, but then in another column I want to say 'Old or
Young: Iif([Days Old]<10000, "Young","Old")'.
Any ideas would be greatly appreciated, as currently it says 'Enter Days
Old' when I try to run the query.
Yours sincerely,
William Foster
I need to reference a column from a query in another column and I don't know
how, or even if it is possible.
Basically, say a field in the query from the table is birth date, I create
one column in my query to say 'Days Old: [Birth_Date] - Date()' so I get how
many days old the person is, but then in another column I want to say 'Old or
Young: Iif([Days Old]<10000, "Young","Old")'.
Any ideas would be greatly appreciated, as currently it says 'Enter Days
Old' when I try to run the query.
Yours sincerely,
William Foster