I'm an experienced Access developer working on my first SQL Server back-ended project (Access adp front end). It's a large, open-source (well, except for Access and SQL Server <g>) database for non-profits. There are some parts of the application that we expect people will play with, and some parts that we expect they won't. Parts in that latter category we don't want to mess with too much.
One of those don't-mess-with parts is a form that's bound a table. Well I've just run into a situation that is just begging to have a calculated field displayed in that form. The field would reflect the Contact's current Membership status. It would need to be accurate within a day, not in real time. So my thinking is to create a job to update the status field based on some other fields, and run that every night.
Simple enough to do. But is this kind of thing normally done? Is this an acceptible practice?
Thanks much.
Jeremy
---
Jeremy Wallace
METRIX Project Coordinator
Fund for the City of New York
One of those don't-mess-with parts is a form that's bound a table. Well I've just run into a situation that is just begging to have a calculated field displayed in that form. The field would reflect the Contact's current Membership status. It would need to be accurate within a day, not in real time. So my thinking is to create a job to update the status field based on some other fields, and run that every night.
Simple enough to do. But is this kind of thing normally done? Is this an acceptible practice?
Thanks much.
Jeremy
---
Jeremy Wallace
METRIX Project Coordinator
Fund for the City of New York