hi all
i want a program that allow me to import excel data into access database using vb.net
knowing that the excel data contains duplicates and blanks.my table looks like this:
Reference quantity unit_cost turnover
once the data is imported, I want to perform calculations to calculate the cumulated turnover and their percentage. basing on these informations I should classify products into categories (A, B, C) according to their contribution to turnover (%)
By the end I have to show a userform that contains the products by adding the contribution of revenue and categories. the company changed the history of sales each year and must have the program that calculates that automatically
it's long, I'm sorry
I must do it using vb.net,
can you help me please