jsutherlin Posted February 25, 2003 Posted February 25, 2003 Does anyone know of a way to change a field to not allow changes to it once a certain criteria has been met. For example, if an invoice has been billed the "billed" field is changed to yes and no changes can be made to any fields within that invoice# but if it hasn't been billed then the fields are modifyable. Thanks once again!
andygaunt Posted February 25, 2003 Posted February 25, 2003 Well, you could do one of several things. Set validation on each and 'EVERY' field to check if the invoice has been billed. You could script each field so that if the invoice has been billed do not go into the field, else enter that field. Or you could, if am invoice has been billed, script it so it goes to a layout that does not allow entry into the fields. This obviously requires tight control of your navigation from one invoice to another. It is a pain in the posterior.
jasonwood Posted February 26, 2003 Posted February 26, 2003 You can use access priviledges to only allow a user the ability to change records when a certain criteria is met (eg: billed = "no").
Recommended Posts
This topic is 8012 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now