G 
		
								
				
				
			
		Guest
I want to populate a field using date based off a state...ex.
if State = Texas, then [part a]![Sale date] or if state = Utah, then [Part
a]![r-c-r date] and so on
What is the best way to accomplish this..
I was trying =iif[state]="Texas", "[sale date]" - but I get a #Name error
				
			if State = Texas, then [part a]![Sale date] or if state = Utah, then [Part
a]![r-c-r date] and so on
What is the best way to accomplish this..
I was trying =iif[state]="Texas", "[sale date]" - but I get a #Name error
