I appreciate your response.
This is by first attempt at placing a question on the forum.
My specific application is
(1) I receive a number of text files with the same fields at a "fixed" width
(2) The files will be updated on a monthly basis
(3) The previous data is to be overwritten with the new data
It was suggested I use a Union Query to create one table
I have not used Unions previously, however,the comments appeared feasible.
My previous experience was to import the files using a Link (to the text files)to create the tables
I would then create one table from the number of "linked" files.
This was achieved by having one table, deleting the records and then appending the files independently
Once I had the table, I can achieve my objectives
This appeared complex, however, it was well within my MS Access ability. I have no problems using a relational database and writing quries, forms or reports
Perhaps you could comment on my methodology, and, where possible suggest why I should use one method over the other.
Once I have my "front end" achieved, the rest is all menu driven as an application.
It is a matter of what process do I achieve one table from the number of text files I receive on a monthly basis
Once again, I appreciate your feedback
Regards