riff Posted February 6, 2008 Share Posted February 6, 2008 I have a text field named EARBoard_Approval_Choose that displays values from an EARBoard_Approval_List value list as a radio button set. The values of the EARBoard_Approval_List are Yes and No. I have another field named EARBoardApproverMsg. Based on the selection of EARBoard_Approval_Choose, EARBoardApproverMsg will follow the following “logicâ€... Case( EARBoard_Approval_Choose="Yes" or (EARBoard_Approval_Choose="Yes" and PatternCount (GetField(ImportedEARBoardApproverMsg ) ; "N" )="17"); "Last changed to \"APPROVED\" by " & UserName & " on " & LastModified; EARBoard_Approval_Choose="No"; "Last changed to \"NOT APPROVED\" by " & UserName & " on " & LastModified; GetField ("ImportedEarBoardApproverMsg" ) ) The question is how can I show a date based on whether EARBoard_Approval_Choose is Yes or No--ONLY? Using a LastModified time stamp updates the time stamp with any and every record change. Link to comment Share on other sites More sharing options...
David Head Posted February 6, 2008 Share Posted February 6, 2008 What version of FileMaker Pro? Link to comment Share on other sites More sharing options...
riff Posted February 7, 2008 Author Share Posted February 7, 2008 Version 8. Link to comment Share on other sites More sharing options...
Recommended Posts