using StrReverse as a calculated table field

machumpion

Registered User.
Local time
Today, 03:33
Joined
May 26, 2016
Messages
93
Is it possible? The function seems to only work when creating a query. I'd like for the field to autopopulate and not necessitate running a query each time I append new records to a table. Thanks!
 
You shouldn't store calculated values in a table. That means you should only use StrRevervse in a query. You wouldn't store the value it produces in a table at all. When you neeed that reversed value you reference the query not the table.
 

Users who are viewing this thread

Back
Top Bottom