Dana G Posted August 26, 2005 Posted August 26, 2005 I need to know if there is a way to make a calculation field modifiable. Here is my calculation: Case ( Project Initiation Form::Client="Wal-Mart Stores, Inc." , GetField("WM Project Tracking::Proto Size") , Project Initiation Form::Client="LOWE'S" , GetField( "Lowes::Proto Size") , Project Initiation Form::Client = "Kohl's", GetField("Kohl's Project Tracking::Proj type"), "not found") In instances where the result is "not found", I need to be able to manually edit the field to show the correct information.
Reed Posted August 26, 2005 Posted August 26, 2005 Make it a normal field with an Autoenter calculation instead of a calculated field.
Dana G Posted August 26, 2005 Author Posted August 26, 2005 Thanks. Worked wonderfully! What can I do if the scenario is the same but for another field I need the result to be a date?
Reed Posted August 26, 2005 Posted August 26, 2005 Just make the field a date field, and use whatever date functions you need... it will work the same as any other type of field.
Recommended Posts
This topic is 7096 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