B
Bill
I'm calculating the number of weeks between two dates on a
form using the datediff function "=DateDiff("ww",
[StartDate],[EndDate])", and I am displaying the correct
number of weeks on the form itself. But when I try to
place that field in a query, it shows up as an invalid
character, actually as a small square.
Can someone tell me how to get the calculated value to
appear as a legal piece of data?
Thanks.
form using the datediff function "=DateDiff("ww",
[StartDate],[EndDate])", and I am displaying the correct
number of weeks on the form itself. But when I try to
place that field in a query, it shows up as an invalid
character, actually as a small square.
Can someone tell me how to get the calculated value to
appear as a legal piece of data?
Thanks.