Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to let un-select dropdown box with condition

Status
Not open for further replies.

tongw

Programmer
Oct 20, 2016
9
0
0
US
Hello,

Good morning!

The following is my question:

t1(text field) t1_unit (dropdown box) t2(text field) t2_unit (dropdown box)

I want if t2 is not null then t2_unit=t1_unit otherwise t2_unit is empty

I have the expression below but not work at this point...
if(Not isnull(t2), (t1_unit), isnull(t2_unit))


Thanks in advances.




 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top