Jesse Wright Posted November 1, 2007 Posted November 1, 2007 I'm trying to figure out if i can create a formula for the following conditions: I want the condition to evaluate the UserName(AccountName) and compare it to a Field. If the AccountName matches what is in the Field, I want the Format to change...lets say text to BOLD and [color:red]RED so that when the Form is listed all of the current users records are highlighted. Do I need a calculated field in a table that Get(AccountName) so that I can Evaluate the Field with the other? Am I making any sense at all : TNKS! If ( Get ( AccountName ) & MAPPING Table::Cartographer ; "Jesse Wright" )
jstaphse Posted November 1, 2007 Posted November 1, 2007 "userfield"= Get (AccountName) This worked for me. nametest.zip
Recommended Posts
This topic is 6291 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