I am new to the Lounge… although I have been snooping for years. It took me awhile to decide on jumping in.
My task is to collect data from an AS400 database (the administrator sends it as an Excel file) and then import it into an Access DB (a back end). I will access the data from a front end DB.
I need to normalize the flat file and import the fields into separate tables. The flat file has over 79,000 records. It will need to be updated/appended weekly. I have tried using the built in wizards in Access to split the Excel file into tables without the success I desire. I have concluded I will have to design the tables myself and designate the proper PK to FK relationships. The process is a little daunting but I did happen upon this post 306354 about updating table information. Can this process be used to create a new DB (on the first import)?
I found another thread, post 511247, describing the process via the event of a form field. Unfortunately neither post has their attachments anymore
I am not afraid to start the learning process… just need to know if I am headed in the correct direction. Any suggestions are welcome.