spikepl
Eledittingent Beliped
- Local time
- Today, 22:38
- Joined
- Nov 3, 2010
- Messages
- 6,142
Imagine you have an order form, and an order details subform. On the subform, for each line, you have a combo, allowing you to select a product. All works fine.
Your product list undergoes changes with time, and some products may become unavailable. So you have an IsAvailable=True/False in the tblProducts. So your combo row source only includes products where IsAvailable=True. That's great, and prevents errors in ordering.
But, if you review past orders, and some ordered products are no longer available, then the combo has a glitch, since the discontinued product is no longer in the row source.
I have some ideas, but I'd like to see whether anybody has any brilliant thoughts about coping with this.
Your product list undergoes changes with time, and some products may become unavailable. So you have an IsAvailable=True/False in the tblProducts. So your combo row source only includes products where IsAvailable=True. That's great, and prevents errors in ordering.
But, if you review past orders, and some ordered products are no longer available, then the combo has a glitch, since the discontinued product is no longer in the row source.
I have some ideas, but I'd like to see whether anybody has any brilliant thoughts about coping with this.