Ok, I have a csv in a standard format, it always has the same fields. We always have to do the same routine of complicated sorts and deletes in excel to get certain counts. I want to automate this process. I was thinking access would be the best place to do this.
I can import the csv into a table in access. I realize I can have it go into a new table or into one I've already created.
My problems are these:
1. I want to automate the import process. I don't want the user to have to choose where the csv gets imported to or the details of the importing process. Can I automate this?
2. Once the sorting is done and the user get's their magic "counts" I want to delete the table that was just created, if the new table always had the same name I think this would be simple, but if two users were using this at once I imagine I would have two different table names.
Any advice?
I can import the csv into a table in access. I realize I can have it go into a new table or into one I've already created.
My problems are these:
1. I want to automate the import process. I don't want the user to have to choose where the csv gets imported to or the details of the importing process. Can I automate this?
2. Once the sorting is done and the user get's their magic "counts" I want to delete the table that was just created, if the new table always had the same name I think this would be simple, but if two users were using this at once I imagine I would have two different table names.
Any advice?