I have been assigned a tedious, long project of manually taking data from Excel and inputting it into an Access table. It is not a difficult process, but it is time consuming and long and I believe it could be automated with a macro. The process is pretty simple.
In Excel, I go one line at a time, getting the shipment number.
I go into Access, search for that shipment number, and input the cost that corresponds to that shipment number in the cost column on the same row.
I then return to Excel, write "Complete" in the comments column on the same row as the said shipping number and cost.
I then go down to the next line and get the next shipment number, etc.
The process continues as such.
I have no experience writing macros so I was wondering:
Is it possible to automate this?
What steps do I need to take to do it?
Where can I learn more about what I need to do?
Any help or advice would be greatly appreciated. Thanks.
In Excel, I go one line at a time, getting the shipment number.
I go into Access, search for that shipment number, and input the cost that corresponds to that shipment number in the cost column on the same row.
I then return to Excel, write "Complete" in the comments column on the same row as the said shipping number and cost.
I then go down to the next line and get the next shipment number, etc.
The process continues as such.
I have no experience writing macros so I was wondering:
Is it possible to automate this?
What steps do I need to take to do it?
Where can I learn more about what I need to do?
Any help or advice would be greatly appreciated. Thanks.
Comment