G
Guest
I have an excel file, for example
job country code
111 albany 11
111 albany 12
I want to get this data in access, then we want to delete the content of the
excel file, lets say in another day we want to put something else in the
excel file and delete the previous
222 bulgary 55
But I want to keep in access ALL the records
111 albany 11
111 albany 12
222 bulgary 55
the final "result" must be a report with parameter on job;
I have created a link between excel and access and I have built the report
but the access table/query/report always reflects the last content from the
excel file.
How do I do this programmatically? How do I add all the records in access?
Please be explicit, I have no experience in access.
Thank you
job country code
111 albany 11
111 albany 12
I want to get this data in access, then we want to delete the content of the
excel file, lets say in another day we want to put something else in the
excel file and delete the previous
222 bulgary 55
But I want to keep in access ALL the records
111 albany 11
111 albany 12
222 bulgary 55
the final "result" must be a report with parameter on job;
I have created a link between excel and access and I have built the report
but the access table/query/report always reflects the last content from the
excel file.
How do I do this programmatically? How do I add all the records in access?
Please be explicit, I have no experience in access.
Thank you