J
Joy M.
Hi,
I have a list of department IDs, which are stored in an Excel *.csv file.
Would it be possible to create a form with a combo box on it, so that:
When the form loads, the department IDs would be read into the combo box
If the user wants to add another department ID, he can add it
If the user wants to delete a department ID he can remove it
When the form unloads, the revised set of department IDs is written to
the Excel *.cvs file
Questions: what if he adds a department ID which is already in the combo
box?
Is it possible to sort the contents of the combo box?
There are only a few department IDs and they won't be changing very often.
Is this worth doing or should I just show the user to how to modify the
Excel *.csv file directly?
If you could describe the code I would need, that would be very helpful to
me.
I have started tackling it on my own, with limited progress.
Thanks for your help,
Joy
I have a list of department IDs, which are stored in an Excel *.csv file.
Would it be possible to create a form with a combo box on it, so that:
When the form loads, the department IDs would be read into the combo box
If the user wants to add another department ID, he can add it
If the user wants to delete a department ID he can remove it
When the form unloads, the revised set of department IDs is written to
the Excel *.cvs file
Questions: what if he adds a department ID which is already in the combo
box?
Is it possible to sort the contents of the combo box?
There are only a few department IDs and they won't be changing very often.
Is this worth doing or should I just show the user to how to modify the
Excel *.csv file directly?
If you could describe the code I would need, that would be very helpful to
me.
I have started tackling it on my own, with limited progress.
Thanks for your help,
Joy