skwilliams
Registered User.
- Local time
- Today, 14:24
- Joined
- Jan 18, 2002
- Messages
- 516
I have a form with a combo box [cboStatus]. The combo box has the following values.
Need, Active, Complete, Out, Ordered, Received, Transfer and Void.
I would like to display specific values in the combo box based on the current value.
For example, if I go to a specific record and the status is currently "Need", then my only choice in the combo box should be "Active". If the current status is "Active", then my only choices should be "Out" or "Complete". Etc.
Any ideas???
Need, Active, Complete, Out, Ordered, Received, Transfer and Void.
I would like to display specific values in the combo box based on the current value.
For example, if I go to a specific record and the status is currently "Need", then my only choice in the combo box should be "Active". If the current status is "Active", then my only choices should be "Out" or "Complete". Etc.
Any ideas???