Hello all,
I am entering data that is the output of a machine that measures concentrations of different gasses in the air. The data is output by the machine into an tab delimited text file that I use Excel to open and Access. Each run the machine does had data that needs to go into three different tables in the database, one parent and two children of that parent table. Making a form is to support this is not too difficult, as I just need to make a form that has two sub forms, and this allows me to enter data into all three tables at once, whereas doing them all separately is obviously quite a mess.
However, the problem with this sort of method is that each Excel file has over twenty records to enter into each child form. In order to copy and paste the relevant records from Excel into Access, I need to first create the records in the Access table, by pressing space in the first field and then pressing the down arrow twenty-some times. Then, there are twenty-some blank records into which I can copy and paste all the data from the Excel file. I am going to have to do this hundreds of times, and having to create the records by pressing the space bar seems a bit silly and time-prohibitive.
Importing and appending the files directly from Excel skirt this problem, but I do not know how I could do this for three tables at a time like the form allows me to do.
So, can anyone think of a way to solve this problem?
Thanks,
--Evan