I occasionally work on an old project that uses classic asp as a front end and an access database as a backend.
I'd like to create a new column in one of the tables that contains logic to calculate its value from the other columns in the row.
I know how to do this in a more modern DBMS, but I don't think that access supports it. Keep in mind I'm not using the access frontend, just the Jet DB engine via ODBC.
Any pointers?