I have a hidden textbox called CurrentStatus which holds the result of the expression
=DLookUp("[activityType]","qryCurrentStatus","[activityID]=[forms]![MemberForm]![memberID]")
Am I correct in assuming that it's possible to code another textbox to look at the contents of CurrentStatus, then based on a SELECT CASE statement have it choose either ACTIVE or INACTIVE to display?
I'm having trouble figuring out the correct syntax or where I should place the code.
Anyone have an idea?
Thanks!!
Bluez
=DLookUp("[activityType]","qryCurrentStatus","[activityID]=[forms]![MemberForm]![memberID]")
Am I correct in assuming that it's possible to code another textbox to look at the contents of CurrentStatus, then based on a SELECT CASE statement have it choose either ACTIVE or INACTIVE to display?
I'm having trouble figuring out the correct syntax or where I should place the code.
Anyone have an idea?
Thanks!!
Bluez