databasedonr
Registered User.
- Local time
- Today, 11:26
- Joined
- Feb 13, 2003
- Messages
- 163
I have a text box on my main form that contains a value set from a value list. There are three possible values, and only values from the list can be used.
Based on the values, I want to display a different subform as part of my main form, but I am not sure how to do this.
For example, if my three values are Active, Inactive, Unavailable, I want to do the following:
If Active display NO subforms
If Inactive display Inactive Subform
If Unavailable, display Unavailable subform.
The rationale here is, if the asset is active, it's being used, but if it is inactive or unavailabe, I have different tables that provide information about the status.
Excuse my ignorance, and any advice is more than welcome!
Thanks in advance.
Based on the values, I want to display a different subform as part of my main form, but I am not sure how to do this.
For example, if my three values are Active, Inactive, Unavailable, I want to do the following:
If Active display NO subforms
If Inactive display Inactive Subform
If Unavailable, display Unavailable subform.
The rationale here is, if the asset is active, it's being used, but if it is inactive or unavailabe, I have different tables that provide information about the status.
Excuse my ignorance, and any advice is more than welcome!
Thanks in advance.