Hi, I need some help please.
I have a form with a combo box in it.
The combo box takes its values from a table through a one to many relationship.
What I need, if possible, is when I select a value from the combo box, in the next form entry this value to be gone from the combo box.
For example, say I have 4 values 10, 11, 12, 13 in the combo box. I chose 12 for my entry. In the next entry, when I go to the combo box I want it to have 3 values, 10,11,13. And so on. In the next to have 2 values and so on.
I hope you can understand what I am asking.
Thank you in advance for the help.
I have a form with a combo box in it.
The combo box takes its values from a table through a one to many relationship.
What I need, if possible, is when I select a value from the combo box, in the next form entry this value to be gone from the combo box.
For example, say I have 4 values 10, 11, 12, 13 in the combo box. I chose 12 for my entry. In the next entry, when I go to the combo box I want it to have 3 values, 10,11,13. And so on. In the next to have 2 values and so on.
I hope you can understand what I am asking.
Thank you in advance for the help.