MeisterGirl
Registered User.
- Local time
- Today, 17:05
- Joined
- Aug 8, 2001
- Messages
- 11
I have a field that needs to sync up with another field. For the sake of discussion we'll call them "Code" field and "Type" field. What is the code I would need to make it do something like this:
If 'Code' = EA Then 'Type' = HMD or If 'Code' = IN Then 'Type' = WAT.
I have 5 different 'Code' types that need to set the 'Type' field. What would the code be and would it need to be in the 'On Update', 'After Update' etc.
Thanks!
If 'Code' = EA Then 'Type' = HMD or If 'Code' = IN Then 'Type' = WAT.
I have 5 different 'Code' types that need to set the 'Type' field. What would the code be and would it need to be in the 'On Update', 'After Update' etc.
Thanks!