arage
05-03-2001, 12:42 PM
In an update query, can’t the criteria be an expression? I’m trying to update certain table fields based on the rightmost characters in another field.
Like this:
Criteria:
(Right([Budgets]![BudgetCode],2)="00")
Update to:
[Budgets]![TotalMDF]/6
Like this:
Criteria:
(Right([Budgets]![BudgetCode],2)="00")
Update to:
[Budgets]![TotalMDF]/6