<code>
UPDATE UsersTable SET UsersTable.[Activated Date] = ([UsersTable]![Registered]+3)
WHERE (((UsersTable.[Account Activated])="yes"
);
</code>
This query works fine in the test database
It will NOT work in the current version. I've checked and checked and checked again for a typo.
Without seeing the original and the current version, is it possible to speculate on what I might have changed in the tables or fields that might have affected this?
I have checked to see if fields are indexed, if field property values match, and I am hard pressed to see how a relationships change would affect this.
Happy to hear comments and ideas.
Thanks
Yamy
UPDATE UsersTable SET UsersTable.[Activated Date] = ([UsersTable]![Registered]+3)
WHERE (((UsersTable.[Account Activated])="yes"
</code>
This query works fine in the test database
It will NOT work in the current version. I've checked and checked and checked again for a typo.
Without seeing the original and the current version, is it possible to speculate on what I might have changed in the tables or fields that might have affected this?
I have checked to see if fields are indexed, if field property values match, and I am hard pressed to see how a relationships change would affect this.
Happy to hear comments and ideas.
Thanks
Yamy