Let me first say, that I am not a programmer, so I am not familiar with Visual Basic for Access (VBA). I understand queries and macros to a point where I can automate database transactions that can get me from point A t B.
I am looking to take a CSV file saved from Microsoft Excel and import them into Microsoft Access 2003 on a daily basis. The CSV file is a daily feed I receive from another company.
What can a non-programmer do inside Microsoft Access to import this data once a day?
My biggest issue is with memo fields. It seems many of the simple ways of importing data like linking tables truncates memo fields into the first 255 characters. I need to bring all the data.
Any tips, suggestions, or tested procedures would be helpful.