Ok, I have been trying to add a calculation in a query from two tables. I have read this forum, gone through the help menu and am hitting a roadblock, so now I am requesting help.
I have tables: BUDGET and TODAY'S DATE.
Within the Budget table, I have a field called Expense.
Within the Date table, I have two fields:
What am I missing? Any help is appreciate.
Kim
I have tables: BUDGET and TODAY'S DATE.
Within the Budget table, I have a field called Expense.
Within the Date table, I have two fields:
Weeks in Year (set as default value of 52) and
Weeks Past (=52-(DateDiff("ww",Now(),#8/31/2016#)))
NOTE: We run on an academic year (9/1 thru 8/31)
In my query, I am trying to calculate Weeks Past (=52-(DateDiff("ww",Now(),#8/31/2016#)))
NOTE: We run on an academic year (9/1 thru 8/31)
([Expense]*[Today's Date]![Weeks in Year])/[Today's Date]![Weeks past]
When I run the query, the field with the expression is blank; however, when I run it with the actual data for the Date table fields, it runs fine. ie...([Expense]*"52")/"3"...the calculated amounts are in the field in the query.
What am I missing? Any help is appreciate.
Kim