Ninamashr Posted July 9, 2009 Posted July 9, 2009 I was wondering what would be the easiest way to change an existing field that will pop up a small message when certain data is put into it? For example: I have a "customer name" field that if I ever enter a certain customers name, I would like to have a message pop up say "please do not order material for this customer "
bcooney Posted July 9, 2009 Posted July 9, 2009 Well, you could create a calculation field, result text: If (customerID = "100", "Please do not order material for this customer", "") and just place this field as a merge field on your layout.
Ninamashr Posted July 13, 2009 Author Posted July 13, 2009 Thank you very much. That worked out great!
Recommended Posts
This topic is 5671 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