I had a look at your program and made some changes:
- renamed buttons ex: Button8 > btnFind
- modifyed Sub btnFind
- modifyed Sub btnAdd
- modifyed Sort function
and some others.
Questions:
- Sort function, how do you see it, I modifyed it but don't know how you want working
- What is the Find function supposed to do ? In your code you remove the filter and do nothing else.
- What is the problem with Saving the Data ?
Is it saving the csv file with mnuSave or is it with your Save button?
For me both are working well.
- What is the cmbType_SelectionChanged routine supposed to do?
It seems that you want to enter more data?
It seems that there is a kind of mix up between the content of your csv file and the headers.
I made the changes according to what I suppose the different functions should do, but it is dificult to give you good advices without knowing exactly what you want to do.
Best regards.
EDIT removed source code
- renamed buttons ex: Button8 > btnFind
- modifyed Sub btnFind
- modifyed Sub btnAdd
- modifyed Sort function
and some others.
Questions:
- Sort function, how do you see it, I modifyed it but don't know how you want working
- What is the Find function supposed to do ? In your code you remove the filter and do nothing else.
- What is the problem with Saving the Data ?
Is it saving the csv file with mnuSave or is it with your Save button?
For me both are working well.
- What is the cmbType_SelectionChanged routine supposed to do?
It seems that you want to enter more data?
It seems that there is a kind of mix up between the content of your csv file and the headers.
I made the changes according to what I suppose the different functions should do, but it is dificult to give you good advices without knowing exactly what you want to do.
Best regards.
EDIT removed source code
Last edited: